listview - Android Navigation Drawer – Replace List with other List onClick -


i'm trying implement simple navigation drawer in material design, there header @ top of drawer , text-items (a: compactheader drawer, ...) (see picture 1). when header-image clicked, there should open list (b: mikepenz@gmail.com, ...) , "overwrite" existing text-items (a) (see picture 2). if text-item (b) selected original list (a) should @ original place , (b) not visible anymore (see picture 1).

picture 1 picture 2

note: these screenshots come tutorial, code way confusing. i'm looking relatively simple solution... thinking fragments, don't know if right way attack problem.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -