标签: android android-layout android-listview
我需要一个像水平图像滑块一样的小部件,它可以自动从右向左滚动。当我点击图像(项目)时,我检索包含图像的全尺寸活动。
自定义Android UI小部件/ API对我来说很有意思。
你能给我实现,我把它当作“黑盒子”吗?
答案 0 :(得分:0)
尝试使用Gallery或ViewSwitcher类,它使您的案例更容易。
答案 1 :(得分:0)
尝试使用RecyclerView
它有水平滚动
https://github.com/googlesamples/android-RecyclerView
https://developer.android.com/training/material/lists-cards.html