I use asmack to connect with google talk (Android).
I can get name, email.
I looked this link. It uses "http://profiles.google.com/s2/photos/profile/" + userid + "?sz=" + size; for google talk image profile.
How do i get userid in asmack?
Or any other ways can i do to get profile image of google talk?
You can use
VCardto load the details of any user using asmack,You have to iterate through the Roster Entries to get user_mail_id,