0

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

1
  • you can get the data as list<yourClassData> and deal with it like any custom listview Commented Jan 19, 2014 at 23:57

1 Answer 1

1

ArrayAdapter, CursorAdapter, SimpleAdapter http://developer.android.com/reference/android/widget/BaseAdapter.html

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.