Android application that displays bus information for STL public transit.
STL is hosted in the following web site
https://github.com/alexvezeau/STL
If you think the Android project STL 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 STL.
Item | Value |
---|---|
Java File Count | 27 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 15 |
Activity Count | 5 |
Fragment Count | 2 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.CALL_PHONE android.permission.INTERNET |
There are 7 image files in STL. The names of the image files are listed as follows.
bus.png button_image.png button_pressed_image.png pushpin.png route.png start.png stop.png
The following screenshort is generated from the image listed above.
STL has the following Java source files.
com.vezeau.alex.stl.ActivityPassword.java com.vezeau.alex.stl.ActivitySTL.java com.vezeau.alex.stl.ActivitySTLMain.java com.vezeau.alex.stl.ArrayAdapterBusStop.java com.vezeau.alex.stl.DataBusLine.java com.vezeau.alex.stl.DataBusPoint.java com.vezeau.alex.stl.DataBusStop.java com.vezeau.alex.stl.DataMessage.java com.vezeau.alex.stl.DataPrediction.java com.vezeau.alex.stl.DataVehicle.java com.vezeau.alex.stl.FragmentLeftSTL.java com.vezeau.alex.stl.FragmentRightSTL.java com.vezeau.alex.stl.LatLonPoint.java com.vezeau.alex.stl.MapActivityBusStop.java com.vezeau.alex.stl.MapActivityRouteVehicles.java com.vezeau.alex.stl.ObscuredSharedPreferences.java com.vezeau.alex.stl.OverlayItemizedSTL.java com.vezeau.alex.stl.OverlayItemizedVehicle.java com.vezeau.alex.stl.OverlayRoute.java com.vezeau.alex.stl.ServiceDataHandlerBusLine.java com.vezeau.alex.stl.ServiceDataHandlerBusStop.java com.vezeau.alex.stl.ServiceDataHandlerMessage.java com.vezeau.alex.stl.ServiceDataHandlerPrediction.java com.vezeau.alex.stl.ServiceDataHandlerVehicle.java com.vezeau.alex.stl.util.HTTPUtil.java com.vezeau.alex.stl.util.LatLongLimit.java com.vezeau.alex.stl.util.MapUtil.java