How would I use the SQL DB info and such to get info about contacts and text messages?
A:
You shouldn't read contacts from the database directly. Use appropriate ContentProviders to access it. I guess there is no other choice beside reading from database for SMS. You can refer to existing threads on reading contacts and text message info on StackOverflow itself.
deltasquare4
2010-08-18 10:26:30