0

I have an Android App that needs to populate an Expandable List View from a database, the thing is that I need to load like 1700 items to the list. Which is the best way to load the data?

The app crash when I want to search inside the list.

1 Answers1

0

Try to use a custom library. For example, this. Still I can advise to make a local copy of the database and this adapter. But 1700 is a lot of elements in terms of usability.

Community
  • 1
  • 1
user2413972
  • 1,355
  • 2
  • 9
  • 25