I would like to create a custom made menu on the bottom of the screen, This menu will be as buttons and, it will always be visible first, if the user scrolls down, it will be visible, and scrolls upp.
How is this possible?
I would like to create a custom made menu on the bottom of the screen, This menu will be as buttons and, it will always be visible first, if the user scrolls down, it will be visible, and scrolls upp.
How is this possible?
Is this menu always visible? or does it only appear when the "menu" button is pressed?
An easy way to do this is to use a RelativeLayout as your main ViewGroup. Create a second ViewGroup (LinearLayout, RelativeLayout... or whatever) that contains your menu items and anchor the whole group to the bottom of the screen. If you were to then, put a ListView above that second group it would occupy all the space above your menu controls and the menu controls themselves would always be visible.
Hope that was helpful.
are using trying any thing similar to Tab View? use tabview and the end of the page by that u can always make use of that visible.. if you want it as button then go for listview and relative layout