Multiple ListViews inside a ScrollView
Answer from a Google employee that works in Android:
Do not use ListView inside ScrollView
https://plus.google.com/107708120842840792570/posts/T5AgJ7jiK88
It can be done, although you should not put a listview inside a scrollview but sometimes this is the easier way: https://stackoverflow.com/a/3495908/1117338