An Android app to help visualise real-time wind data collected from weather stations around Australia.
windcast is hosted in the following web site
https://github.com/feerrenrut/windcast
If you think the Android project windcast 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 windcast.
Item | Value |
---|---|
Java File Count | 25 |
Supported screen sizes | [xxxhdpi, mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 5 |
Fragment Count | 2 |
jar files used | androidplot-core-0.6.1-SNAPSHOT-javadoc.jar androidplot-core-0.6.1-SNAPSHOT.jar |
Required Permissions | android.permission.INTERNET |
Raw File Names | res\raw\test_observation_data_badgingarra.json res\raw\test_stations_wa_all.shtml |
There are 11 image files in windcast. The names of the image files are listed as follows.
aust_outline.png bom_attrib_about_landscape.png bom_attrib_about_portrait.png bom_attrib_load_landscape.png bom_attrib_load_portrait.png down_arrow.png ic_drawer.png star_outline.png star_solid.png up_arrow.png wind_dir_arrow.png
The following screenshort is generated from the image listed above.
windcast has the following Java source files.
com.feer.windcast.About.java com.feer.windcast.EmptyDataError.java com.feer.windcast.MainActivity.java com.feer.windcast.ObservationReader .java com.feer.windcast.ObservationReading .java com.feer.windcast.SettingsActivity.java com.feer.windcast.ShowGraphActivity.java com.feer.windcast.SplashScreen.java com.feer.windcast.StationListReader .java com.feer.windcast.WeatherData .java com.feer.windcast.WeatherStation.java com.feer.windcast.WeatherStationArrayAdapter.java com.feer.windcast.WeatherStationFragment.java com.feer.windcast.WindCastNavigationDrawer.java com.feer.windcast.WindGraph .java com.feer.windcast.WindGraphFragment.java com.feer.windcast.dataAccess.BackgroundTaskManager .java com.feer.windcast.dataAccess.DBContract .java com.feer.windcast.dataAccess.DBOpenHelper.java com.feer.windcast.dataAccess.FavouriteStationCache .java com.feer.windcast.dataAccess.WeatherDataCache .java com.feer.windcast.graphing.WindDirectionPointRenderer.java com.feer.windcast.testUtils.AdapterMatchers .java com.feer.windcast.testUtils.FakeWeatherStationData .java com.feer.windcast.testUtils.ItemHintMatchers .java