0

I am showing properties list in scroll view has nxn matrix view. This has load issue (memory out and taking more time to load). To fix this issue I have tried few solutions but couldn't attain 100%.

  1. I changed column scroll view to listview and tried but the result shows last column values in all listview's. I knew the problem is the adapter datasetchange will affect all view how to overcome this issue ?
  2. And the most valuable solution is to load images in scrollview with those are visible in the screen and on change of visible (Scrolling) we can load the images. How to attain this?

I tried with background process (doinbackground) for image load as well.

halfer
  • 19,824
  • 17
  • 99
  • 186
Sampath Kumar
  • 4,433
  • 2
  • 27
  • 42
  • Check out GridView: http://developer.android.com/reference/android/widget/GridView.html. It load images when needed. – andy256 Aug 21 '13 at 04:18
  • I thought to use gridview but the problem was i want to scroll every single column not the entire view. – Sampath Kumar Aug 21 '13 at 04:28

0 Answers0