开发者

how to add android expandable list view to mapview..?

开发者 https://www.devze.com 2023-04-01 06:13 出处:网络
In my programme there is a map view and I have extends MapActivity to my class. but now I want to addExpandableListView to that programme. I am add adapter class that extends BaseExpandableListAdapter

In my programme there is a map view and I have extends MapActivity to my class. but now I want to add ExpandableListView to that programme. I am add adapter class that extends BaseExpandableListAdapter as inner class.so how to ad开发者_开发知识库d ExpandableList to programe without extends ExpandableListView. can't add

setListAdapter(mAdapter);
registerForContextMenu(getExpandableListView());

lines without extend ExpandableListView. any other possible way..?


I am did successfully with this example It shows how to make ExpandableListView without extending ExpandableListView class

0

精彩评论

暂无评论...
验证码 换一张
取 消