All Projects → mmBs → Navigationdrawersi

mmBs / Navigationdrawersi

Licence: apache-2.0
Navigation Drawer Simple Implementation

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Navigationdrawersi

minavdrawer
Easy to add different animations into standard NavigationDrawer.
Stars: ✭ 93 (-65.81%)
Mutual labels:  navigation-drawer
Fineract-CN-mobile
DEPRECATED project - Check the Apache fineract-cn-mobile project instead
Stars: ✭ 17 (-93.75%)
Mutual labels:  butterknife
SPNavigationDrawerwithTABbar
This is a Custom Navigation controller along with tab bar controller and it provides a navigation slider to easy to access other controllers in iOS and it's made in Swift 3.
Stars: ✭ 88 (-67.65%)
Mutual labels:  navigation-drawer
Moneycim
Spending Tracker Application
Stars: ✭ 48 (-82.35%)
Mutual labels:  butterknife
DualNavDrawer
Double-sided Navigation Drawer for Android Apps.
Stars: ✭ 15 (-94.49%)
Mutual labels:  navigation-drawer
drawer-with-bottom-navigation-architecture
Sample android kotlin project with both drawer and bottom navigation together
Stars: ✭ 42 (-84.56%)
Mutual labels:  navigation-drawer
SimpleDroidRx
An application that helps you learn and better understand ReactiveX
Stars: ✭ 61 (-77.57%)
Mutual labels:  butterknife
Navigation-Drawer-With-Navigation-Component
Navigation Drawer with New JetPacks Navigation Component
Stars: ✭ 93 (-65.81%)
Mutual labels:  navigation-drawer
chat-app
Simple Android chat app with Node.js backend
Stars: ✭ 19 (-93.01%)
Mutual labels:  butterknife
Android-ButterKnife-Injections
Android-ButterKnife-Injections (Support Kotlin)。支持Kotlin,可选初始化,可选R/R2。
Stars: ✭ 66 (-75.74%)
Mutual labels:  butterknife
Navigation-ListView
This post is improvements to the previous posts discussed on customization of navigation drawer and highlighting specific row of expandable listview. Since there are few comments regarding the highlight of expandable list view post, thought to show with new post using custom navigation drawer. But how can we see the highlight of the expandable l…
Stars: ✭ 14 (-94.85%)
Mutual labels:  navigation-drawer
Weather-Guru-MVP
Sample Material-design Android weather application build with MVP architectural approach using Dagger2, RxJava2, Retrofit2, Event-Bus, GreenDao, Butterknife, Lottie etc.
Stars: ✭ 15 (-94.49%)
Mutual labels:  butterknife
KeepSafeNew
Sample app to demonstrate MVP (Model - View - Presenter), Android Architecture Components (Room Persistence, LiveData), RxJava2, ButterKnife in Android.
Stars: ✭ 58 (-78.68%)
Mutual labels:  butterknife
BaseDevelop
an android project for now fashion open source framework
Stars: ✭ 24 (-91.18%)
Mutual labels:  butterknife
simple-annotation-processor
Simple annotation processor example. Inspired by the idea of "How ButterKnife works?"
Stars: ✭ 54 (-80.15%)
Mutual labels:  butterknife
SilverScreener
A feature-rich movie guide app, that lets you discover movies from TMDb.
Stars: ✭ 24 (-91.18%)
Mutual labels:  butterknife
GooglePlay2
GooglePlay2.0,基本修复所有bug,应用市场,一款应用下载软件,框架式编程,使用ButterKnife,okHttp网络请求,glide图片加载,联动ToolBar。
Stars: ✭ 20 (-92.65%)
Mutual labels:  butterknife
Slidingrootnav
DrawerLayout-like ViewGroup, where a "drawer" is hidden under the content view, which can be shifted to make the drawer visible.
Stars: ✭ 2,939 (+980.51%)
Mutual labels:  navigation-drawer
blog AwesomeNavigationDrawer
https://medium.com/@anshsachdevaprofessional/navigation-drawer-with-a-twist-3dacb21f6b72
Stars: ✭ 29 (-89.34%)
Mutual labels:  navigation-drawer
mini-project
An android eCommerce application for students through which they can buy and sell used goods .
Stars: ✭ 26 (-90.44%)
Mutual labels:  navigation-drawer

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.

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 which is typically placed inside a DrawerLayout.

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

The project is supported by

Android Arsenal

Screens

Screen

Google Play

You can get this example on Google Play

Get it on Google Play

Acknowledgements

The project includes two great open-source libraries:

Credits

Author: Michal Bialas

You can find me on Twitter, Medium, Stackoverflow and Github.

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.

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