Access email-id along with name and phone number from contact list in Android
问题 Here I am accessing name and phone number from mobile and uploading to server. I am not facing any problem in this. I have made some modifications to access email also. But I am not able to fetch the email. In place of email it is displaying phone number. I have used System.out.print to check the details. Here is my code. DisplayContact public class DisplayContact extends Activity implements OnItemClickListener{ //ArrayList to store name and phone number List<String> name1 = new ArrayList