How To Load Listview Contents From Sqlitedatabase In Android
// I am really new to this,so might be asking some silly questions so sorry but plz help //I want to load content of lists TextView from SQLiteDatabase //please guide how
First create a Weather class, with getter and setter methods
Create a ArrayList weatherlist;
Add the objects to the arraylist.
Pass this arraylist to the adapter
Post a Comment for "How To Load Listview Contents From Sqlitedatabase In Android"