How to Load about 200 images in a single view in android?
Hello i want to make an application in which i have to load about 170 images i want images can move forward or back by user's finger touch means images can move left or right as user's on touch. Can you give me some ides or give any link so that i implement it in to my application I had also surfed on internet but i can;t get the better solution for it.
开发者_运维技巧Thanks in advance!
Then you should go with Gallery widget and implement Asynchronous image loading feature for loading image asychronously as user touch left or right.
you can use gallery with lazy Loading ...
Here is the Link for Lazy loading http://androidsnips.blogspot.com/2010/08/lazy-loading-of-images-in-list-view-in.html
精彩评论