ykankaya / android-navigation-drawer-exercise

Android app for implementing a material design style navigation drawer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Android app for implementing a material design style navigation drawer.


Languages

Language:Java 100.0%