Hi,
I want to import a weather information application into my ui project, but i am not sure how to do it. I just want to show the weather condition of my living city. What are your advices for this?
Hi,
I want to import a weather information application into my ui project, but i am not sure how to do it. I just want to show the weather condition of my living city. What are your advices for this?
Find a weather information server that exposes an API, and use that API to query the server for the weather information for your city. Parse the information returned from the server and display it in your app. There might be something in the networking examples here to help you.What are your advices for this?
Bookmarks