i want to fill ** **Listview** ** Widget in android with Records from table of sqllite database and show the content of table's field using button and imageview widget.
if any example with sqlite database and image is available, it would help all the developer to develop his app
If you want to customized listview.
Check out this link :
http://www.androidhive.info/2012/02/android-custom-listview-with-image-and-text/
You have to create a xml layout file which consist listview within a liner layout.
And a lisviewstyle xml file for designing listview.
Hope this will help.
Cheers !!!