Left and right navigation box in one action

I want to create a navigation box on both the left and right sides of the home screen, using one action, this is possible. On the left side, I want to open the menu and on the notification drawer on the right side. I searched a lot of sources, but I found a navigation box with only left or right code in single activity. Any suggestions, please create a navigation box on both sides using one activity ...

Any source I can continue to.

+4
source share
1 answer

You might want to think about using SlidingMenuLibrary with fragments. It is very easy to use, and you can have your custom snippets on the left and right of the screen, and all this in one action (I know that this is not a box, but you can make it work and look at it the same way).

Source: https://github.com/jfeinstein10/SlidingMenu

Google Play demo: https://play.google.com/store/apps/details?id=com.slidingmenu.example

+2
source

All Articles