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

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -