I have an application that sends a request to an API, where JSON data is returned and displayed. Depending on the user, there will be data for multiple locations with each location being a header and having its own listview. How would I do this in Android? I understand the concept of a single dynamic listview, but how would I generate MULTIPLE LISTVIEWS DYNAMICALLY?
Share
Still not sure what do you mean by multiple listviews dinamically, and first of all why would you need this, but perhaps you just need an ExpandableListView?