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.
我看到画廊小部件已被弃用,因为它不能重用视图。我研究过他们会建议将水平滚动视图作为替代方案。由于水平滚动视图也不重用视图,有什么区别吗?
谢谢...
Gallery 类在 API 级别 16 中已弃用,因此不再受支持。
所以你必须使用 HorizontalScrollView 或 ViewPager。
没有太大区别,只是你可以通过水平滚动使相同的东西更容易