开发者

Using HashMap w/ ExpandableListAdapter

I'm subclassing BaseExpandableListAdapter to create my ExpandableListAdapter. I want to use my HashMap<S开发者_高级运维tring, ArrayList<Object>> to make the parents the keys and the children be the corresponding values (the stuff in the ArrayList<Object>).

Having a bit of trouble figuring out how to override all of the BaseExpandableListAdapter methods to get this to work properly. Can anyone point me in the right direction?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜