sqlite - Retrieving Database Information and Showing in ListView with Android -


i working on android app allow user see restaurants in city live in. storing each restaurants information (name, address, telephone, hours, category, website) in sqlite database.

what trying create sortbyalpha activity list restaurants name in alphetically-descending order.

i understand should using cursor can't find half decent tutorial, of "tutorials" find bunch of code minimal explanation. how can / can find tutorial?

use simplecursoradapter, bridges between cursor , adapter. here example how use it: http://developer.android.com/guide/topics/ui/binding.html


Comments