Slider in Android App

一笑奈何 提交于 2019-12-03 09:31:21

I have try this demo for My requirement and it helps me a lot: Android-Slider Demo

Just Try it for your purpose and it will surly help you.

Enjoy. :)

I have created something like you are trying to do. Sorry I can't post the code since it's part of the company I work for. However here is what I did.

I copied the SlidingDrawer.java source to my project and made sure it was first working as expected. I than started modifying it to slide from the top and not the bottom. Took me a little time but it was well worth the learning experience.

Good luck!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!