An open API service indexing awesome lists of open source software.

https://github.com/codepath/android-navigation-drawer-exercise

Android app for implementing a material design style navigation drawer.
https://github.com/codepath/android-navigation-drawer-exercise

Last synced: about 2 months ago
JSON representation

Android app for implementing a material design style navigation drawer.

Awesome Lists containing this project

README

        

# 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](http://i.imgur.com/joPKoTk.gif)

## 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.