Android app to get Climate information for a city.
ClimateApp is hosted in the following web site
https://github.com/vpatade/ClimateApp
If you think the Android project ClimateApp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ClimateApp.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar jdom-2.0.5.jar |
Required Permissions | android.permission.INTERNET |
ClimateApp has the following Java source files.
org.climateapp.Constant.Constants.java org.climateapp.beans.ClimateInfo.java org.climateapp.ui.ClimateActivity.java org.climateapp.ui.MainActivity.java org.climateapp.ui.listeners.ClickListener.java org.climateapp.util.XMLParser.java org.climateapp.worker.RetrieveClimateInformation.java