Sponsored Links
Hello, I want to show a graphic inside my activity. A graphic thats from the www. Just like http://www.google.de/logos/olympics10-sskating-hp.png. Wenn, in general I would download the graphic, convert it (maybe with photoshop or something), rename it (if neccassary) and copy it to my drawable folder. Then I can use its id inside my xml layout. Now I want this procedure dynamically. Which is the quickest way to do so? Btw: I dont want to use WebView for this... Greetings, Marco --