Hi,
I'm facing problems with a shopping solution where I need to display images in a Listview.
I know I can use the scrollview but that has some limitations like: not fastscroll bar, no scrollend event.
I noticed many other Android apps. have listviews that also displays images in them (remote ones, not first loading to disk).
I need to know when a user scrolls to the end of a scrollview so that I can dynamically load new items.
I would rather use a listview with remote images but I don't want to download all images to the local device.
Any suggestions for a solution?
I'm facing problems with a shopping solution where I need to display images in a Listview.
I know I can use the scrollview but that has some limitations like: not fastscroll bar, no scrollend event.
I noticed many other Android apps. have listviews that also displays images in them (remote ones, not first loading to disk).
I need to know when a user scrolls to the end of a scrollview so that I can dynamically load new items.
I would rather use a listview with remote images but I don't want to download all images to the local device.
Any suggestions for a solution?