Hello Dear
I am relatively new in android application development.I read post(
http://groups.google.com/group/android-developers/browse_thread/thread/8644a128491b6d13/537db90fa16f9073#537db90fa16f9073).Brother
I need code which will get all the google account added int the phone.Then I
need groups associated with each account.Then I need all the contact of each
group with information(organization, email etc).I will be happy very much if
anyone send me the code.Brother plz help me.
I searched in web much and dont find any suitable example/tutorial for me.
Regards
Goutom
/* I did this :
String str="";
Account[] accounts =
AccountManager.get(this).getAccountsByType("com.google");
for (Account account : accounts) {
str = str+ " " + account.name;
}
*/
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en