[android-developers] Re: List adapter listview

2011-01-11 Thread Bret Foreman
The SQLite query has a sort field. That's the way to go. On Jan 11, 7:01 pm, fourhend...@gmail.com fourhend...@gmail.com wrote: Is it possible to order the results of a listadapter from a database? Or do I need to change the sql query to somehow sort it? -- You received this message because

Re: [android-developers] Re: List adapter listview

2011-01-11 Thread fourhend...@gmail.com
Ok On Jan 11, 2011 8:02 PM, Bret Foreman bret.fore...@gmail.com wrote: The SQLite query has a sort field. That's the way to go. On Jan 11, 7:01 pm, fourhend...@gmail.com fourhend...@gmail.com wrote: Is it possible to order the results of a listadapter from a database? Or do I need to change