android - how to show image grid in a Drawer which has a listview inside it -
in continuation last question how can make multi-level(more 3 level) navigation drawer in android?
what's happening: showing filters in navigation drawer has children many levels. whenever click on any, puts selected filter @ top , shows children below simple list.
what want: when select filter, want see images of children in grid view inside drawer(which vertically scroll-able) below name of filter. if image selected here, name of children gets added in hierarchy list , see image grid of new children. got upto many levels(safe assume 4-5).
i thinking make fragment same colors of drawer , show grid view inside it. lack knowledge in it, how keep fragment below list , inside drawer.
kindly provide detailed solution. android noob here.
Comments
Post a Comment