An android app that uses GPS data to find the user?s current location and displays pertinent weather information.
Weather-App is hosted in the following web site
https://github.com/Legacy25/Weather-App
If you think the Android project Weather-App 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 Weather-App.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
Weather-App has the following Java source files.
com.asa.weatherapp.JSONWeatherParser.java com.asa.weatherapp.MainActivity.java com.asa.weatherapp.SplashActivity.java com.asa.weatherapp.WeatherHttpClient.java com.asa.weatherapp.model.Location.java com.asa.weatherapp.model.Weather.java