Google Weather Download
You can now access Google's slick Weather app without having to first open the Google or News & Weather apps. However, you will have to use Google to access the weather the old-fashioned way one more time, but you'll have the option to place a shortcut on your home screen to access the weather.
Introduction
If you want to make your own simple Android Weather application, you are at the right place. It is more simple if you use XML Parsing of Google Weather API. So you need to understand the XML Parsing Process, not more.
Background
We need to use the Simple Access XML to parse the XML Document. So, you have to just know the location and the place of the result in the code of XML Document and parse it easily. For example, we want to know the weather related to Sfax Tunisia in this picture shown below:
Using the Code
At the beginning, we need to specify the City or the State for which we would like to know the weather description.
After that, we need to start parsing the XML Document.
Google Maps Weather Api
We need to specify our data model and the functions used.
Points of Interest
Android Api Download

Download Google Weather Api For Android Phone

In this case, you have learned how to use XML Parsing in Android Application that allows you to make many features easily in your application.