0

I'm trying to populate an android ListView with data from DB.

I've Created a class that extends BaseAdapter because I need to do a ListView with section headers.

So how can I implement the BaseAdapter extending class?

Thanks a lot.

2 Answers 2

2

you should extend a SimpleCursorAdapter instead, to help you handle the database activity.

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

2 Comments

Yeah but I want to make section headers like in this guide: link and it's implemented by BaseAdapter.
SimpleCursorAdapter is an extension of BaseAdapter
1

Are your section headers from the DB as well, or are they arbitrary?

If they are from the DB, try using a SimpleCursorTreeAdapterand EpandableListView.

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.