GithubHelp home page GithubHelp logo

ykankaya / android-facebook-navigation-drawer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codepath/android-facebook-navigation-drawer

0.0 1.0 0.0 1.2 MB

The new material design style navigation drawer

Java 100.00%

android-facebook-navigation-drawer's Introduction

Android Navigation Drawer

The new material design style navigation drawer

Overview

The navigation drawer is a panel that displays the app’s main navigation options on the left edge of the screen. The objective of this exercise is to build navigation drawer based on material design guidelines.

To achieve this, there are a few different components in this app:

  1. DrawerLayout - The main layout for your activity. This will contain a FrameLayout which displays the contents of the fragment selected
  2. NavigationView - It is a container for the Header View and Menu which you are going to use in your sliding drawer
  3. drawer_view - This will be the list of items you show in the Drawer. Items can be grouped into sub-groups also using this menu xml file
  4. ActionBarDrawerToggle - This is the class used to indicate to the user when a drawer is being opened or closed

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

Once you have imported base app, go ahead and run it, and you should see the following output :

Imgur

Now we will go ahead and implement the exercise. At the end of exercise, final output will be

Imgur

android-facebook-navigation-drawer's People

Contributors

vibhorb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.