Android Open Source - Weather application GrubhubWeather






Project Summary

An implementation of the Grubhub Android coding challenge: a weather app..

Web Site / Source Repository

GrubhubWeather is hosted in the following web site
https://github.com/mbyrd1/GrubhubWeather

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

ItemValue
Java File Count22
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version13
Activity Count2
Fragment Count6
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

There are 2 image files in GrubhubWeather. The names of the image files are listed as follows.

ic_action_refresh.png
ic_drawer.png

The following screenshort is generated from the image listed above.

null

Java Source Files

GrubhubWeather has the following Java source files.

com.excelsior.grubhubweather.ApplicationTest.java
com.excelsior.grubhubweather.activites.MainActivity
.java
com.excelsior.grubhubweather.activites.TabbedActivity
.java
com.excelsior.grubhubweather.adapters.WeatherTabsAdapter.java
com.excelsior.grubhubweather.fragments.main.HomeFragment.java
com.excelsior.grubhubweather.fragments.main.LoadingFragment.java
com.excelsior.grubhubweather.fragments.main.ZipCodeErrorFragment.java
com.excelsior.grubhubweather.fragments.misc.ZipCodeDialogFragment.java
com.excelsior.grubhubweather.fragments.tabbed.AbstractWeatherFragment.java
com.excelsior.grubhubweather.fragments.tabbed.CurrentWeatherFragment.java
com.excelsior.grubhubweather.fragments.tabbed.HourlyWeatherFragment.java
com.excelsior.grubhubweather.fragments.tabbed.ThreeDayWeatherFragment.java
com.excelsior.grubhubweather.models.HourlyListItemModel.java
com.excelsior.grubhubweather.models.ThreeDayListItemModel.java
com.excelsior.grubhubweather.models.WeatherListItemModel.java
com.excelsior.grubhubweather.utils.ConnectionChecker.java
com.excelsior.grubhubweather.utils.WeatherDataManager.java
com.excelsior.grubhubweather.utils.builders.HourlyWeatherItemsBuilder.java
com.excelsior.grubhubweather.utils.builders.ThreeDayWeatherItemsBuilder.java
com.excelsior.grubhubweather.utils.listAdapters.HourlyWeatherListAdapter.java
com.excelsior.grubhubweather.utils.listAdapters.TabbedNavigationListAdapter.java
com.excelsior.grubhubweather.utils.listAdapters.ThreeDayWeatherListAdapter.java