richard wrote:
> 1. Is there any stored procedure support in the sqlite database of
> Android? and any docs on doing this?

SQLite does not offer stored procedures:

http://www.sqlite.org/whentouse.html

> 2. Is there any way my Android progam can know the data in the Android
> native data set have been changed? like contacts, calllog, and
> calendar? 

Register a content observer on the appropriate ContentProvider:

http://developer.android.com/reference/android/content/ContentResolver.html#registerContentObserver(android.net.Uri,%20boolean,%20android.database.ContentObserver)

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

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

Reply via email to