I want to use facebook like sliding menu, but with a menu and submenu. If any item in the menu is clicked a sub menu must appear and both the parent menu and the sub menu must be displayed. Is there any library available for this that could be used even for APIs below 16. I have searched a lot for implementing submenus, but not successful. Pls help...
Asked
Active
Viewed 519 times
0
-
Are you looking for facebook type sliding menu?? – moDev Feb 13 '13 at 06:41
-
yes. facebook type sliding menu for phones supporting API 7 – Sivaguru Jambulingam Feb 13 '13 at 08:44
-
http://stackoverflow.com/questions/8657894/android-facebook-style-slide – moDev Feb 13 '13 at 09:16
-
I want something like this. Sub menu must appear on clicking parent menu item and it should push main screen [link](http://www.google.co.in/imgres?hl=en&safe=off&sa=X&tbo=d&biw=1366&bih=587&tbm=isch&tbnid=hd9JJqHxd_gb8M:&imgrefurl=http://www.sciencedirect.com/science/article/pii/S1071581911000772&docid=lVBVm_exw3r1AM&imgurl=http://ars.els-cdn.com/content/image/1-s2.0-S1071581911000772-gr1.jpg&w=390&h=198&ei=NoMbUfvsCI3irAekh4GoCA&zoom=1&iact=hc&vpx=73&vpy=237&dur=15854&hovh=158&hovw=312&tx=233&ty=109&sig=108603685564544376050&page=2&tbnh=131&tbnw=259&start=19&ndsp=27&ved=1t:429,r:27,s:0,i:169) – Sivaguru Jambulingam Feb 13 '13 at 12:16
1 Answers
1
Your question is not very clear to me. But with what I feel is use ActionBarSherlock and define both left fragment and right fragment in xml and use refer it in the MainActivity.
I hope I helped. Is this what you want?

Aaswad Satpute
- 794
- 8
- 34
-
I want to use it for an app using API 7 and above but ActionBarSherlock can only be used above API 16. – Sivaguru Jambulingam Feb 13 '13 at 08:43
-
ActionBar can be used above API level 11 (Ref. http://developer.android.com/reference/android/app/ActionBar.html) and ActionBarSherlock can be used much much below that. So please check :) – Aaswad Satpute Feb 13 '13 at 08:48
-
I have confused the menu with the actionbar so i have updated my question. Sorry... Thanks for the help and could you help me with this menu and submenu thing? – Sivaguru Jambulingam Feb 13 '13 at 17:19
-
Hi, I have the same requirement. Cold you help out if you have got the solution. Thanks. – jasdmystery Mar 11 '13 at 09:15
-