Hi there!

I'm working on an Android project for university. The application
should retrieve information (about people) that's stored on the device
and then query online platforms using the data provided. I should
implement two data sources.

My first source would of course be the contacts that are stored on the
device. These are more or less easily accessible via the
ContactsContract ContentProvider.

My second source was supposed to be emails. I'm sure a lot of people
communicate via emails with persons whose email addresses aren't
stored in the contacts. So I would like to retrieve those email
contacts.
However, I couldn't find any way to do so. It is said that Android 2.0
has its own email client/app, but I can't find any documentation about
it. Is it still in development?
Are there any emails stored on the device after all? Or do different
devices use different email apps?

The only alternative I came up with, would be accessing the user's
GMail contacts.. but I didn't do any research on that so far...

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to