Search code examples
androidandroid-fragmentsandroid-sliding

How to implement a vertically sliding fragment / panel like Google music in an Android app?


I'm trying to create a sliding panel that slides to collapse / expand vertically and not horizontally.

I've tried Umano's Library but it's kind of buggy for me, because I'm using Fragments, and not Activities.

Any way to implement this with fragments?

Thanks.


Solution

  • Well if any one wants to know, i Did used Umano's Library bugs were fixed using the git manager. Works great.