Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个滑块来移动下一个和上一个屏幕,如下图所示
我已经为应用程序实现了滑动功能,例如如果用户向左或向右滑动,他/她可以在下一个和上一个屏幕中移动,但是如何在屏幕的特定区域实现滑动以及如何获得这种类型的图像。
这是以下事情的工作
为滑块背景重复的背景图像,用于锁定和解锁的图像,用于按钮选择的图像。
您需要的活动如下
所以这可以帮助构建这个滑块。
您可以为此使用ViewPager。
http://developer.android.com/training/animation/screen-slide.html