yes, using the application context is a simple approach.

You have to keep in mind that any write operation is automatically blocking. 
You have to suspend your reads while the write is in progress. Use a 
semaphore for that.

-- 
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