android app displaying current weather.
ULikeITWeather is hosted in the following web site
https://github.com/BernardSchulz/ULikeITWeather
If you think the Android project ULikeITWeather 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 ULikeITWeather.
Item | Value |
---|---|
Java File Count | 39 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 2 |
Fragment Count | 2 |
jar files used | jackson-core-2.2.3.jar universal-image-loader-1.9.2.jar |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 10 image files in ULikeITWeather. The names of the image files are listed as follows.
bg_listview_forecast.9.png ic_action_cloud.png ic_action_go_to_today.png ic_humidity.png ic_navigation_drawer.png ic_precipitation.png ic_pressure.png ic_wind_direction.png ic_wind_speed.png overlay_wsymbols.png
The following screenshort is generated from the image listed above.
ULikeITWeather has the following Java source files.
com.example.ulikeitweather.app.ULikeITWeatherApplication.java com.example.ulikeitweather.app.ULikeITWeatherConfig.java com.example.ulikeitweather.app.activity.MainActivity.java com.example.ulikeitweather.app.activity.SettingsActivity.java com.example.ulikeitweather.app.adapter.DrawerArrayAdapter.java com.example.ulikeitweather.app.adapter.ForecastArrayAdapter.java com.example.ulikeitweather.app.adapter.SettingsArrayAdapter.java com.example.ulikeitweather.app.client.APICall .java com.example.ulikeitweather.app.client.APICallListener .java com.example.ulikeitweather.app.client.APICallManager .java com.example.ulikeitweather.app.client.APICallTask.java com.example.ulikeitweather.app.client.ResponseStatus.java com.example.ulikeitweather.app.client.parser.Parser .java com.example.ulikeitweather.app.client.parser.WeatherJsonParser.java com.example.ulikeitweather.app.client.request.Request .java com.example.ulikeitweather.app.client.request.WeatherRequest.java com.example.ulikeitweather.app.client.response.Response.java com.example.ulikeitweather.app.dialog.ShareDialog.java com.example.ulikeitweather.app.entity.DrawerItem.java com.example.ulikeitweather.app.entity.MyLocation.java com.example.ulikeitweather.app.entity.SettingsItem.java com.example.ulikeitweather.app.entity.Weather.java com.example.ulikeitweather.app.fragment.ForecastFragment.java com.example.ulikeitweather.app.fragment.SettingsFragment.java com.example.ulikeitweather.app.fragment.TodayFragment.java com.example.ulikeitweather.app.fragment.WeatherParentFragment.java com.example.ulikeitweather.app.geolocation.Geolocation.java com.example.ulikeitweather.app.geolocation.GeolocationListener .java com.example.ulikeitweather.app.geolocation.GetCityAsyncTask.java com.example.ulikeitweather.app.geolocation.OnCityLoadedListener.java com.example.ulikeitweather.app.listener.AnimateImageLoadingListener.java com.example.ulikeitweather.app.listener.OnIconDownloadedListener.java com.example.ulikeitweather.app.listener.OnWeatherDownloadedListener.java com.example.ulikeitweather.app.task.TaskFragment.java com.example.ulikeitweather.app.task.TaskManager .java com.example.ulikeitweather.app.utility.Logcat.java com.example.ulikeitweather.app.utility.MySharedPrefs.java com.example.ulikeitweather.app.utility.NetworkManager .java