On Wed, Aug 3, 2011 at 1:53 AM, Zsolt Vasvari <zvasv...@gmail.com> wrote:
> There is a lot of FUD about Android fragmenation.  The vast majority
> of the issue mentioned can be dealt with with properly following the
> guidelines, but there is one issue that I don't know how to deal with:
>
> This forgotten issue is the SQLite versioning problem.

I keep important user data on the server by design.  I really only use
sqlite on the device for the convenience of a Cursor and caching
subsets of the server data.  My same sqlite code seems to work on
every phone, never had to create any edge case code with regards to
query syntax.


-- 
Greg Donald

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