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.
我有一个 url 数组,我将其加载到图像视图中。
我使用滑动手势滚动浏览图片。这样可行。
然而,没有发生的是图片的平滑过渡。即,当我滑动时,我无法将当前图片移出,下一张图片进入,就像在任何画廊视图中一样。
我确定这个主题有很多主题,只是不知道要搜索什么。
任何帮助/重定向将不胜感激。
谢谢!
我认为您正在谈论实现Swipe Views,如果是这样,请查看实现ViewPager(另请参阅此博客文章)。