android - Sort alphabetically from A to Z table (database) -


i'm working on update of android application. have hundred recipes entered in data table. want sort them alphabetically (asc). tried code applied in case on sqllitemanager on firefox , executed manipulation , indeed, classified them, not on eclipse, set:

select * tbl_recipes<br /> order recipe_name asc; 

please, can put code in android project?


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -