0

I've two android pages say for example media library and media player... After clicking a song in media library my song is played in media player, Now I want to minimize my media player and browse library how can I do that...

Just like google music ... see the pictures below...

You'll find media player below docked and when you click that it slides up the media player and if you slide down media player is docked... how to achieve this.

enter image description here

enter image description here

2 Answers2

0

In my opinion are two different activitys. You have to launch an intent to start the second activity.

More info here: http://www.google.com/design/spec/layout/principles.html#

aldakur
  • 419
  • 4
  • 16
  • I'm asking for sliding operation bro... They can be activities or fragments what so ever... –  Mar 31 '15 at 10:40
  • Check this url [http://www.google.com/design/spec/layout/principles.html#](http://www.google.com/design/spec/layout/principles.html#) – aldakur Mar 31 '15 at 10:42
0

try to this example ->>https://github.com/umano/AndroidSlidingUpPanel i hope u get ur sol

kishan
  • 54
  • 11