What's the most convenient way to share a database across
applications?
For example, I want my application's dbadapter to query the android's
native contact database so when a contact on the phone is deleted,
similarly that contact is removed from my application.

Should i use an attach statement to attach the table? Or would the
better/more secure approach be to create a custom contentprovider
query onCreate of my app to verify all contacts in my application
still reside on the Contacts.db ?

Any help or suggestions would be appreciated. Thanks in advance.

Best,
Acchao

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

Reply via email to