Is it possib开发者_如何学编程le for a ListView to hold LinearLayouts?
Absolutely!
You will have to write your own custom adapter and then overwrite the getView() method.
A good example for this can be found here - http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/
精彩评论