expandablelistview - How to implement Expandable android navigation drawer with subitems? -


how implement android navigation drawer this?

toplevelview1 ~ toplevelview4 can select , no children
topvevelview5 can collaspe

my question if group structure example

all
stared
category
----mp3
----txt
----doc
----pdf

when select show file.

when select stared show stared file only.

when select mp3 show mp3 files.

and category can expand , collapse.

https://developer.android.com/design/media/navigation_drawer_collapse.png

for navigation:

  • alternative 1:

    sliding menu, go with. used popular application linkedin , foursquare , easy implement , use. full explanation , example source codes: slidingmenu - github

  • alternative 2:

    android navigation drawer. if want customise without using libraries, option. can check codes , how android developers website: creating navigation drawer

view inside navigation drawer / sliding menu:


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -