I'm working on a project where I need a form in which it's possible to put a Contact. How do I add a reference to a calendar contact? Is this 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 touching it again (when the contact has already been selected) opens the contact data (it can be in a popup window or a new Activity
).