Custom Expandable List with different content

橙三吉。 提交于 2019-12-25 00:33:58

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!