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

Email notification in google apps script -

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

javascript - IE11 incompatibility with jQuery's 'readonly'? -