Introduction - If you have any usage issues, please Google them yourself
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