How do I put text into empty TextView so it goes away when user starts typing? Just like here in StackOverflow under \"Tags\" field.
Same approach used in GMail clie
Throw an android:hint="hint text" into your EditText xml tag.
android:hint="hint text"
EditText