Wednesday, January 26, 2011

database acces from android apps

There's a great blog post from Kevin Galligan about database access in android apps. He found out that you really should have one database-helper instance. If you have multiple helpers, you'll get errors, and what's worse, you won't know.

No comments: