Caching and lazy loading from images Android
I have been searching on the web to find a good caching and lazy loading images from internet on Android, but it seems all the libraries uses some widget (like listviews, galleries, grids, etc...) to work like Universal Image Loading and LazyList
What i need to do, is to load an array of url's strings in the background while one image is shown in a ImageView widget, when the user clicks a button, the next image of the array should appear in the same ImageView widget. how can i achieve this?
链接地址: http://www.djcxy.com/p/93126.html上一篇: 在ListView中延迟加载位图图像
下一篇: 从图像Android缓存和延迟加载