Description: PrepareHandler()
HttpConnection forecastConnection = new HttpConnection(httpHandler)
city = URLEncoder.encode(city)
String url = String.format(Definitions.WEATHER_URL, city)
forecastConnection.get(url, null)
this.callback = callback
To Search:
File list (Check if you may need any files):
WeatherApplication.java