问题
I want to create a activity where contains first fix content like buttons and images and then a expandable list. But in the expandable list as well I want to appear different content like google maps map, images, calendar, text... like I put in the image below.
I tried to find examples about how to make that but I only found activities who has only the expandable list (with out the buttons and images above) and the expandable list only have text inside and not different content as I need. Someone knows where to find a good example? or how can I do it?
Thanks!!
回答1:
try our following tutorial:
http://www.dreamincode.net/forums/topic/270612-how-to-get-started-with-expandablelistview/
you can use getView() of the adapter to provide your own view.
来源:https://stackoverflow.com/questions/13026401/custom-expandable-list-with-different-content