[android-developers] Parallel download images from different fragment

2013-04-03 Thread Danny D
I generally don't prefer loading images directly from the Fragment/Activity, because I typically use the images multiple places throughout the app and don't want the user to pay for the same data twice. General solution: setup a Singleton image cache like described in the docs, along with an

[android-developers] Parallel download images from different fragment

2013-04-02 Thread tsioularisa
i have one gui with 3 tabs . The second Tab is a gridview which downloads images from the internet asynchronously using the bitmapfun code from Android Developershttp://developer.android.com/training/displaying-bitmaps/index.html . the third tab also downloads 2 bitmaps from the internet using