
plusminus wrote:Hey guys,
I used the following Code to load an image from the web, for the :src: Google-Weather-API Tutorial i'll post later this day
And it works ^^:Using java Syntax Highlighting
URL myURL= new URL("http://www.google.com/images/weather/sunny.gif"); URLConnection conn = myURL.openConnection(); conn.connect(); InputStream is = conn.getInputStream();Parsed in 0.030 seconds, using GeSHi 1.0.8.4
Regards,
plusminus

Return to Networking & Database Problems
Users browsing this forum: No registered users and 9 guests