An implementation of the Grubhub Android coding challenge: a weather app..
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.
The following table is the detailed list of GrubhubWeather.
Item | Value |
---|---|
Java File Count | 22 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 13 |
Activity Count | 2 |
Fragment Count | 6 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
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.
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