Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make a sidebar menu

I'm looking for a way to develop a menu which could be visible by sliding on the left of the current screen. One example is the mobile version of Firefox, when you slide on the left, you can access to the current tabs navigation, but the main page is still visible. It is called a sidebar I think :

EXAMPLE

One possible way to do that is to use ViewFlipper, I guess, but maybe is there an easier and more efficient possibility ? And I'm afraid that handling scrolling horizontally and vertically could be a bit difficult...

Thanks for any answers,

Maxetx.

like image 871
maxsoulard Avatar asked May 07 '12 09:05

maxsoulard


1 Answers

Maybe this will give you an idea

https://github.com/korovyansk/android-fb-like-slideout-navigation

https://github.com/walkingice/gui-sliding-sidebar

like image 63
blessanm86 Avatar answered Sep 20 '22 16:09

blessanm86