Android Open Source - Weather application WeatherApp






Project Summary

Simple weather application for Android OS.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of WeatherApp.

ItemValue
Java File Count16
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Minimum SDK Version14
Activity Count2
Fragment Count5
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

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.

null

Java Source Files

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