An Assignment in an Android programming course. As part of learning how the map API works we had to develop a small app that would list where all the JET stations are located in Sweden..
JetStations is hosted in the following web site
https://github.com/nilpath/JetStations
If you think the Android project JetStations 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 JetStations.
Item | Value |
---|---|
Java File Count | 2 |
Supported screen sizes | [mdpi, ldpi, hdpi] |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
Raw File Names | res\raw\stations.csv |
There are 2 image files in JetStations. The names of the image files are listed as follows.
jet_logo.png jet_pin.png
The following screenshort is generated from the image listed above.
JetStations has the following Java source files.
com.fiktivalabbet.jetstations.JetOverlay.java com.fiktivalabbet.jetstations.JetStations.java