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.
我想在我的 Android 应用程序中实现一个轮播。但我希望它适用于“旧”版本的 Android(自 2.2 起)。所以我不能使用 RenderScript。
有没有办法做到这一点 ?
谢谢!
最后,我在 Google 的 Android 支持库 ( http://developer.android.com/tools/extras/support-library.html )中使用了 ViewPager 小部件
希望它会有所帮助!