What is the best approach to managing a small SQLite database private
to the application?
Open (getWritableDatabase) in OnStart and close in OnStop in each
Activity?
Open in OnCreate and keep open til the user quits the app (where would
you put close?)
Open, do work and close as soon as possible each time it is needed?

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