0
我需要爲Android製作水平圖像滾動。圖像是從ArrayList延遲加載URL的。中心圖像必須在滑動過程中縮放,並在滾動停止後鎖定。這裏是view example。Android圖像中心縮放滾動
如何製作它?我可以使用PagerAdadpter嗎?
我需要爲Android製作水平圖像滾動。圖像是從ArrayList延遲加載URL的。中心圖像必須在滑動過程中縮放,並在滾動停止後鎖定。這裏是view example。Android圖像中心縮放滾動
如何製作它?我可以使用PagerAdadpter嗎?
UPDATE:與RecyclerView
https://gist.github.com/lauw/fc84f7d04f8c54e56d56#file-snappingrecyclerview-java-L19
http://stackoverflow.com/a/17438032解決了這個問題,請詢問重複之前檢查的職位。 – Keshav
[中心項較大的Android ViewPager可能重複](http://stackoverflow.com/questions/17437343/android-viewpager-with-center-item-bigger) – Webbies