0
I am working on a project where I need a form in which it is possible to place a Contact. How can I add a reference to a calendar contact? This is possible?
My idea was something like: user touches the EditText
of the contact, a window appears in which he can select a contact. In EditText
is the name of the contact, but when touching it again (when the contact has already been selected), opens the contact data (can be in a popup window or in a new Activity
).
You want a contact from the right Android contact list?
– Jorge B.
Exactly. I want me to be able to reference it inside a screen item.
– Renan Lazarotto