1

Dcoder app screenshot in playstore

How can I create a navigation menu like this for my app in android studio.

ray1195
  • 106
  • 11

2 Answers2

2

Implementing that navigation bar from scratch will be bit difficult. What I suggest instead is to use a library for that purpose.

Here is a library that gives the same UI as you want, read this readme. It is called Duo-Navigation-drawer

https://github.com/PSD-Company/duo-navigation-drawer/blob/master/README.md

This readme file contains all the necessary steps to implement it on your app. Give it a read.

While there are many other libraries too.

Here is a screenshot of the navigation bar.

Click here to view

coder3101
  • 3,920
  • 3
  • 24
  • 28
1

Create a navigation Drawer (with menu items), you can access full code here https://developer.android.com/training/implementing-navigation/nav-drawer

Suraj
  • 165
  • 2
  • 11