tags:

views:

30

answers:

1

i am developing gmail chat application in android...anybody know how can we get the online user? i would login from my gmail id...i want to show the my friends who is online from chat list...

A: 

EDIT:

http://developer.android.com/reference/android/provider/ContactsContract.html

This section of the API looks like a good starting point.

kobrien