Click here to Skip to main content
15,886,815 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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.

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


Thank you


PS: Probably somebody knows about another way?
Posted
Updated 23-Jul-14 1:13am
v2
Comments
jjbrunton 29-Jul-14 7:07am    
Could you just slide a Layout in with a fragment inflated into the layout? That fragment could have a listview with the child items.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900