Android Open Source - Weather open Weather






Project Summary

a simple, free, open source weather app for Android.

Web Site / Source Repository

Weather is hosted in the following web site
https://github.com/kimj/Weather

If you think the Android project Weather listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Weather.

ItemValue
Java File Count10
Target SDK Version18
Minimum SDK Version15
Activity Count1
Fragment Count4
jar files usedandroid-support-v4.jar
gson-2.2.4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

Weather has the following Java source files.

com.mentalmachines.weather.CurrentResponse.java
com.mentalmachines.weather.FetchJSONTask.java
com.mentalmachines.weather.ForecastResponse.java
com.mentalmachines.weather.Fragments.CurrentFragment.java
com.mentalmachines.weather.Fragments.ForecastFragment.java
com.mentalmachines.weather.Fragments.HourlyFragment.java
com.mentalmachines.weather.HourlyResponse.java
com.mentalmachines.weather.LocationTask.java
com.mentalmachines.weather.MainActivity.java