I need to download multiple images(thumbnails) in an activity for my gallery application.For that i am spawning single AsyncTask for each Image i.e. say if there are 50 images hence 50 asynctasks.The problem arises when the no of asynctasks increase in number ,resulting in a wierd behaviour .The app doesnot crash whereas just the activity is destroyed
Logcat shows VM problem,any idea plz help??