Create Navigation Drawer in VBCS (Part2)
In this part we will create another Page Fragment to create and style our custom Navigation List component
- Create a new page Fragment shell-drawer, this will have our Navigation List
- Drag and drop custom Navigation List into the fragment
Note: here we will be showing static Navigation List, for dynamic list you can modify the application as per below blogDynamic Navigation List
- Modify the list to have our custom flows, also set drill mode to sliding, below is the complete code for the same.
- Add Drawer Layout to Shell page and make sure all the components are withing the Drawer Layout and the shell-drawer Fragment is added to the same
- Now run the Application to see if the Navigation Drawer is displaying correctly or not
Comments
Post a Comment