I have 2 activities. In the first activity i am loading the image and data using lazyloading. In the 2nd activity i am using a normal custom listview. I am fetching the bitmap of the selected listview element from the 1st activity. Now i want to preview that bitmap in every listview element of second activity. How to do that?
Asked
Active
Viewed 327 times
0
-
11. http://www.androidhive.info/2012/02/android-custom-listview-with-image-and-text/ 2. http://www.codeproject.com/Articles/507651/Customized-Android-ListView-with-Image-and-Text – Gunaseelan Jun 06 '13 at 05:46
-
Your question is not clear exactly. – Paresh Mayani Jun 06 '13 at 05:48
-
it will also help you for lazy loading http://stackoverflow.com/questions/541966/how-do-i-do-a-lazy-load-of-images-in-listview – Sunil Kumar Jun 06 '13 at 05:55