how to load image from web source?

Monkey Targets Forums/Android/how to load image from web source?

matty(Posted 2011) [#1]
Is there a way to download an image from an external source such as a website? Lots of potential uses for this. Looking at mnet we can exchange text strings I gather but i'd like to know if possible somehow to feed images to my phone from a web source. Thanks, Matt.


FlameDuck(Posted 2011) [#2]
Not really, no. That is it's technically possibly if you really, really wanted to, but it's not practically feasible. There are two approaches to do this, and both of them kinda suck. One involves writing your own decoder and GrabImage. The other involves hacking around with mojo.


matty(Posted 2011) [#3]
Thanks FlameDuck.