My question is, how to put a label in a editBox in android ?
Like for example, i want to put \"To:\" in editbox of a contact picke
In android the label is known as TextView:
TextView
EditText has no label so you need both. Thankfully ViewGroups make this relatively painless for the developer. The EditText uses fill_parent attribute so is presented tight to the "To: " label.
EditText
ViewGroup
fill_parent