Is there no one to reply me? On Thu, May 26, 2011 at 9:55 AM, Miguel Morales <[email protected]>wrote:
> lol > > On Wed, May 25, 2011 at 8:50 PM, Goutom <[email protected]> wrote: > >> >> Hello Dear >> >> I am relatively new in android application development.Brother I need >> example 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 > > > > > -- > ~ Jeremiah:9:23-24 > Android 2D MMORPG: http://solrpg.com/, > http://www.youtube.com/user/revoltingx > > -- > 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 -- 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

