android - Create clickable item on listview -
how make clickable item in listview , data directly db when clicking it? should use cursor , column names in cursor??
simple, create simplecursoradapter , interface database given layout. once have can pull callback on listview , cast same type (cursor) then pull information relative specific row , should golden!
Comments
Post a Comment