0

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?

Please check sample picture from another here.

Ivan
  • 11
  • 1
  • 4
  • See: http://stackoverflow.com/questions/4932462/animate-the-transition-between-fragments – Morrison Chang Jan 14 '16 at 18:38
  • I would like to display two activities at once (one partially at the bottom and another one in the background) and when user swipes on the bottom activity, then this activity slides up. – Ivan Jan 15 '16 at 06:34
  • You can't have two activities active at same time: http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle so for your layout use Fragments – Morrison Chang Jan 15 '16 at 15:41

0 Answers0