Hi,

Is it possible to actually re-sort an Android SQL DB?
for example, I want to resort the Bookmarks DB.

I can query the data and sort it with "Browser.BookmarkColumns.TITLE +
" ASC" in the query but this will only sort the list shown to the user
and will not sort the DB itself.
Therefore, if a user uses my app to sort the Bookmarks by Title(ASC)
and then goes to the Android Browser Bookmarks - the order will remain
default (other than the one selected on my app).

Can anyone PLEASE point me to the right direction with this issue?
Been Googling for ages, almost flooded Stackoverflow and other Android
forums :)

Appreciate any help!

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