I have created a SQLite DB and want to display all it's rows within a customised list view.
What is best way to populate the list view with data from the database ? Ie I have a image and two strings from each DB row I want to populate the list view components with.
Thanks