I was going through the developer.android page for loading bitmaps efficiently, and here: http://developer.android.com/training/displaying-bitmaps/load-bitmap.html they talk about loading a Scaled Down Version into Memory, which is obviously very efficient.
Now my problem is that the given method requires the id of the resource, which we dont get (please correct me if I’m wrong here) while downloading images/bitmaps from the internet.
So is there any way we can use some variation of the given method for images which are downloaded from the internet ??
hey I do not know about this method but this is how I download Image from internet and save to sd card you can use this as per your requirements I use method saved to save pictures