• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Weather App help

cathkin

Lurker
Hello, I am fairly new to developing android apps. What I am trying to do is a button click event which will find your current location. It will will then display the name of the city and the current weather. I am planning on using weather2 as an API. Anyway i havent got the faintest idea to do this i have searched tutorials and all i can find is the use of the location manager which results in the latatude and longatude along with a google map. Could anyone tell me how i could use the gps to use the API instead?
 
Google "reverse geocoding Android". There are tons of tutorials on this subject out there. Once you have the city and state, etc... You can use the weather API to get the weather.
 
Back
Top Bottom