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.
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.
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.