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).
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
Post a Comment