How can I create multiple list views within a single activity? Each ListView
should have a separated header which allows expanding or collapsing its list, and scrolling on any ListView
should scroll the entire activity (NOT one scroll for first ListView
and another for second ListView
ONLY one scroll for BOTH ListView
...)
listviews dynamically fills...
Here's a screenshot of a similar view: