Android Question Sliding menu

RandomCoder

Well-Known Member
Licensed User
Longtime User
Hi
The best looking slide menu is in soundhound app in my opinnion.
I was searching how to make a good looking sliding menu and saw this.
http://www.androidhive.info/2013/11/android-sliding-menu-using-navigation-drawer/

It seems to be integrated in android...has anybody tried it with b4a? If i would like to try how would i use java with b4a? Some link? Thanks.
The NavigationDrawer library can be found here AHNavigationDrawer - Native Google Navigation Drawer this is exactly as shown in your link.

But you may also find the jfeinstein10 SlidingMenu useful as this allows a sliding drawer on either the left, the right or both sides of the screen. It can be found here... jfeinstein10 SlidingMenu library

There are many more also to be found by searching sliding menu.

Kind regards,
RandomCoder
 
Upvote 0

Tom1s

Member
Licensed User
Longtime User
Ok thanks...somehow i did't notice that even if I tried Jfenstein10 menu already.
 
Upvote 0
Top