Question

I want in my app create sliding menu which scroll from the bottom to the top. I have a button on the bottom of Activity and when user click on the button, then the menu should shown. When user click on the button again, then the menu should disappear. User should also can swipe up and down to show or disappear the menu.

The menu can look like in this app Any.Do

Look at the screenshots below. Do you know how to do this? Do you have some tips?

enter image description here

enter image description here

Was it helpful?

Solution

One way to do it is have a view which animates up and down depending on it's state.

In this view you could house a fragment which would be the menu.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top