Android Question sort table view

a2stepper

Member
Licensed User
Longtime User
after loading data from sqlite file is there a way to sort one column for all?
thanks.
 

Lahksman

Active Member
Licensed User
Longtime User
Why don't you do the sorting in your sql query?

for example: SELECT column0, column1, colum2 FROM table ORDER BY column0 ASC.
This wil sort your result ascending on the first column.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…