

Shalni wrote:Hi everybody,
Here is the weather forecasting code working on sdk 1.1 as there were some changes to be made inorder to work in 1.1 version from the original code. Hope this helps.
Thank you.



URL url;
try {
String queryString = "http://www.google.com/ig/api?weather=Paris,France";
/* Replace blanks with HTML-Equivalent. */
url = new URL(queryString.replace(" ", "%20"));










Users browsing this forum: No registered users and 7 guests