I have just started to develop android application yesterday and having a great fun with that technology.
I need to create an application in which user needs to enter the city name in edittext and then the current temperature of that city is shown in the textview.
I want to use the following URL for that where i can easily add the city name.
Currently here i am passing sydney.
http://www.google.com/ig/api?weather=sydney
Please help me regarding this.
Using SAX Parser you can do the following.
/* Replace blanks with HTML-Equivalent. */
//url = new URL(queryString.replace(” “, “%20”));