I am a new guy for Android.
I create a SQLite database with one table.
That table fields are CheckList_Name(TEXT),CheckList_Image(Image),CheckList_STATUS(Int).
I can able to store all values into database as well as retrieve all data using query.
now my problem was i want to display all table values into one listview.
like...
It's possible. Please help me.
Thanks in advance.