Skip to content

Latest commit

 

History

History
21 lines (9 loc) · 542 Bytes

File metadata and controls

21 lines (9 loc) · 542 Bytes

Add Navigation Drawer & Handle Navigation Drawer Menu Items.

Introduction

To show how to add navigation drawer to a layout & how to handle navigation drawer menu items.

Note :

  • We can also add navigation drawer by simply selecting the Navigation Drawer Activity using a templet.

  • I hav done it from scratch.

  • Key thing to remember about setting up the drawer is that it's a wrapper around the rest of our activity layout.

Thank You.