Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mmBs/NavigationDrawerSI

Navigation Drawer Simple Implementation
https://github.com/mmBs/NavigationDrawerSI

android butterknife java navigation-drawer

Last synced: 3 months ago
JSON representation

Navigation Drawer Simple Implementation

Awesome Lists containing this project

README

        

[DEPRECATED] Navigation Drawer SI
==================

A **Navigation Drawer Simple Implementation** is an example of using a **New/Bind pattern** presented by Jake Wharton and a **ButterKnife** library (also by Jake Wharton) to create a simple Navigation Drawer implementation.

The Navigation Drawer pattern was built according to the look of the Google Play Navigation Drawer (Holo design) and it is bound to 4 Fragments. For more information about this pattern visit [the official Navigation Drawer site](http://developer.android.com/design/patterns/navigation-drawer.html).

This project was created only for development purposes. It implements Action Bar (appcompat) and supports Android 2.3 and above.
Please, remember that it uses a deprecated `ActionBarDrawerToggle` and to setup up-to-date Navigation Drawer pattern with the new API, you should use [NavigationView](https://developer.android.com/reference/android/support/design/widget/NavigationView.html) which is typically placed inside a [DrawerLayout](https://developer.android.com/reference/android/support/v4/widget/DrawerLayout.html).

All your support, feedback, stars, forks, Pull Requests and comments will be truly appreciated! :)

The project is supported by

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-NavigationDrawerSI-blue.svg?style=flat)](https://android-arsenal.com/details/3/748)

Screens
-------
![Screen](/images/screens.png)

Acknowledgements
-------

The project includes two great open-source libraries:

* [ButterKnife by Jake Wharton](http://jakewharton.github.io/butterknife/)
* [RobotoTextView by Evgeny Shishkin](https://github.com/johnkil/Android-RobotoTextView)

Credits
-------
Author: Michal Bialas

You can find me on [Twitter](https://twitter.com/mmbialas), [Medium](https://medium.com/@mmbialas), [Stackoverflow](https://stackoverflow.com/users/2065587/mmbs) and [Github](https://mmbs.github.io/).

License
-------

Copyright 2014 Michal Bialas

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

---

Google logo are registered trademarks of Google Inc., used with permission.