Android Open Source - Weather application android-weather






Project Summary

(Homework) Android weather application.

Web Site / Source Repository

android-weather is hosted in the following web site
https://github.com/dvbobrov/android-weather

If you think the Android project android-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 android-weather.

ItemValue
Java File Count15
Target SDK Version15
Minimum SDK Version8
Activity Count1
Fragment Count3
Required Permissionsandroid.permission.INTERNET
android.permission.RECEIVE_BOOT_COMPLETED




Resource Files

There are 2 image files in android-weather. The names of the image files are listed as follows.

refresh.png
unknown.png

The following screenshort is generated from the image listed above.

null

Java Source Files

android-weather has the following Java source files.

com.dbobrov.android.weather.MainActivity.java
com.dbobrov.android.weather.OnBootReceiver.java
com.dbobrov.android.weather.RepeatingAlarmService.java
com.dbobrov.android.weather.WeatherService.java
com.dbobrov.android.weather.database.DataLayer.java
com.dbobrov.android.weather.database.WeatherProvider.java
com.dbobrov.android.weather.models.City.java
com.dbobrov.android.weather.models.CurrentConditions.java
com.dbobrov.android.weather.models.Forecast.java
com.dbobrov.android.weather.models.WeatherData.java
com.dbobrov.android.weather.network.ApiClient.java
com.dbobrov.android.weather.network.IconGetter.java
com.dbobrov.android.weather.views.ForecastListAdapter.java
com.dbobrov.android.weather.views.WeatherFragment.java
com.dbobrov.android.weather.views.WeatherPagerAdapter.java