
This is the ‘add new contact’ window. Is it possible to create custom data fields in this window?
My current custom fields are only visible on the ‘contact details’ window.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible to launch a new Add New Contact activity when the user clicks on the add new contact button. For that you will have to create your own activity and
setContentView(R.layout.YOUR_CUSTOM_ACTIVITY_SCREEN). Now the next step is important. Add the following lines to the ManifestFile of your application:Now when the user click to add a new contact he will be shown 2 options. One will be your application and other would be the default activity to add contact.
Hope this answer helps.