Simple weather application for Android OS.
WeatherApp is hosted in the following web site
https://github.com/Mateusz-Mularski/WeatherApp
If you think the Android project WeatherApp 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 WeatherApp.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 5 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 2 image files in WeatherApp. The names of the image files are listed as follows.
ic_action_location_found.png ic_action_search.png
The following screenshort is generated from the image listed above.
WeatherApp has the following Java source files.
com.example.WeatherApp.CurrWeatherFragment.java com.example.WeatherApp.CurrWeatherGetter.java com.example.WeatherApp.ForecastFragment.java com.example.WeatherApp.ForecastGetter.java com.example.WeatherApp.ForecastPagerFragment.java com.example.WeatherApp.HttpClient.java com.example.WeatherApp.MainActivity.java com.example.WeatherApp.ObservableWeatherList.java com.example.WeatherApp.SearchListener.java com.example.WeatherApp.TabListener.java com.example.WeatherApp.ViewPagerAdapter.java com.example.WeatherApp.WeatherArrayAdapter.java com.example.WeatherApp.WeatherData.java com.example.WeatherApp.WeatherFinder.java com.example.WeatherApp.WeatherFoundActivity.java com.example.WeatherApp.WeatherParser.java