在android中使用什么元素来显示动态移动的屏幕,我想在我的应用程序中做的是在预定义的2-3秒的时间间隔上向用户显示3-4个动态移动的屏幕。
我是一个新手-bie到android,所以想知道这是如何编程的。
非常感谢!
发布于 2015-06-06 14:34:53
使用viewpager
Layout manager that allows the user to flip left and right through pages of data. You supply an implementation of a PagerAdapter to generate the pages that the view shows.http://developer.android.com/reference/android/support/v4/view/ViewPager.html
https://stackoverflow.com/questions/30679733
复制相似问题