Android Question How do I make a Main Menu

JoshyDEWstive

Member
Licensed User
Longtime User
Hi
Ive spent hours searching through searchs and havent found any good threads.
So i thought I would make one;

How do i make a Main Menu like for a game. And how do i hide it when
needed.

Thanks
 

marab

Member
Licensed User
Longtime User
you can have tow panels on your activity
one of them is the menu and another is the main page
and you will use second panel for setting layouts ! and the first panel is fixed on the top of app
i used this way in one of my apps and got a good result!
 
Upvote 0

JoshyDEWstive

Member
Licensed User
Longtime User
you can have tow panels on your activity
one of them is the menu and another is the main page
and you will use second panel for setting layouts ! and the first panel is fixed on the top of app
i used this way in one of my apps and got a good result!
How do i add a panel?

Thanks
 
Upvote 0

marab

Member
Licensed User
Longtime User
In the Designer on the top click on the add view
and select Panel!

i mean you most make a general layout and have tow panel on it
and load it on the activity
and load other layouts on panels!
 
Upvote 0

JoshyDEWstive

Member
Licensed User
Longtime User
Oh Okay, Thanks. So I just put views into the Panel View?
 
Upvote 0
Top