Custom fields on new contact
问题 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. 回答1: 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: