Android Open Source - Weather library weatherport






Project Summary

A toy app that loads airport weather data from ws.geonames.org and displays it in an Android app. This was a learning exercise for MapView v2 and some of the support library classes..

Web Site / Source Repository

weatherport is hosted in the following web site
https://github.com/morrildl/weatherport

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

ItemValue
Java File Count5
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version14
Activity Count2
Fragment Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE
com.google.android.providers.gsf.permission.READ_GSERVICES




License

The license information of weatherport is as follows:

Apache License

Resource Files

There are 7 image files in weatherport. The names of the image files are listed as follows.

cloudy.png
drizzle.png
ic_content_new.png
partly_cloudy.png
rain.png
snow.png
sunny.png

The following screenshort is generated from the image listed above.

null




Java Source Files

dude.morrildl.weatherport.AboutActivity.java
dude.morrildl.weatherport.DetailsFragment.java
dude.morrildl.weatherport.MainActivity.java
dude.morrildl.weatherport.TwoFragmentPagerAdapter.java
dude.morrildl.weatherport.WeatherLoader.java