You can't save these downloading images into the resource folder. The images in the drawable folder are compiled into the APK and cannot be modified. See the Android documentation on building an APK: http://developer.android.com/tools/building/index.html
To load an image from disk, your best best bet is to probably use BitmapFactory.DecodeFile(string fileName). On Sun, Jan 13, 2013 at 4:38 PM, Canning <[email protected]> wrote: > I am wanting to download additional Drawable resources off the WWW, save > them > to the appropriate resource folder and then load then in via their > filename. > > Is this possible? How can I do it? > > > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/Android-load-resource-from-drawable-folder-tp5712744p5712748.html > Sent from the Mono for Android mailing list archive at Nabble.com. > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > -- http://www.opgenorth.net
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
