I would like to implement application where top part of the second activity is always visible on the bottom of the screen. When user swipes up this activity, then it occupies full screen (with nice scroll up animation). This activity is again hidden when user swipes screen down.
How can I implement something like this?