Weather app based on the geo location, given by either the GPS or through freegeoip.net, using the IP address..
CS275--Android-Weather-App is hosted in the following web site
https://github.com/alexnedelcu/CS275--Android-Weather-App
If you think the Android project CS275--Android-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 CS275--Android-Weather-App.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar gson-2.2.4.jar |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
CS275--Android-Weather-App has the following Java source files.
com.cs275.uweather.GeoLocationByIP.java com.cs275.uweather.MainActivity.java com.cs275.uweather.Weather.java com.cs275.uweather.WeatherCustomAdapter.java com.cs275.uweather.WeatherEntry.java