All Projects → codepath → Android Navigation Drawer Exercise

codepath / Android Navigation Drawer Exercise

Android app for implementing a material design style navigation drawer.

Programming Languages

java
68154 projects - #9 most used programming language

Android Navigation Drawer Exercise

Android app to use as the base app for implementing material design style navigation drawer.

The app provides four pre-defined fragments to use when a list item in the navigation drawer is clicked.

  • SouthParkFragment
  • FamilyGuyFragment
  • SimpsonsFragment
  • FuturamaFragment

Usage

This app is intended to be the base project on top of which new features can be added. To use it, clone the project and import it using the following steps:

Imgur

Suggested extensions:

  1. Implement material design style navigation drawer.
  2. Populate the drawer list with items comprised of icon and title.
  3. Open the drawer by clicking on the hamburger menu in the Actionbar.
  4. Handle drawer item click events and replace the main content area with the corresponsing fragment.
  5. Add custom background for selected drawer item.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].