In my application, I would like to implement two navigation views, one can be opened from left to right (normal implementation) and other can be opend from right to left. This is exactly like the StackOverFlow app for Android.
Can anyone tell me how this can be achieved? I don't want to use any third party libraries for this as I hope there should be a native way of implementing it (Like StackOverFlow app)
Thanks in advance.