如何在ListView中使用SlidingMenu? [英] How to use SlidingMenu with ListView?

查看:74
本文介绍了如何在ListView中使用SlidingMenu?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好!



https://github.com/jfeinstein10/SlidingMenu [ ^ ]



我需要使用ListView创建Activity。如果我点击此列表中的某个项目并且此项目中有更多子项目,请使用此子项目从左下角到活动中心开始幻灯片列表视图。



< pre lang =java> class 模型{
int a;
String b;
ArrayList< Model> mChildModels;
};





谢谢





PS:可能有人知道另一种方式吗?

解决方案

Hello!

https://github.com/jfeinstein10/SlidingMenu[^]

I need to create Activity with ListView. If I would click on some item in this List and this item has more subitems inside, start slide list view from left corner to center of activity with this subitems.

class Model{
int a;
String b;
ArrayList<Model> mChildModels;
};



Thank you


PS: Probably somebody knows about another way?

解决方案

这篇关于如何在ListView中使用SlidingMenu?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆