Retrieves estimated bus wait times at a particular stop from TransLink.
Android-Next-Bus-App is hosted in the following web site
https://github.com/calvinchengcc/Android-Next-Bus-App
If you think the Android project Android-Next-Bus-App 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 Android-Next-Bus-App.
Item | Value |
---|---|
Java File Count | 26 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 10 |
Activity Count | 2 |
Fragment Count | 3 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 5 image files in Android-Next-Bus-App. The names of the image files are listed as follows.
bus.png ic_menu_refresh.png map_pin_blue.png selected_bus.png stop.png
The following screenshort is generated from the image listed above.
Android-Next-Bus-App has the following Java source files.
ca.ubc.cpsc210.exception.ConnectionException.java ca.ubc.cpsc210.exception.TranslinkException.java ca.ubc.cpsc210.nextbus.BusWaitTimeDialog.java ca.ubc.cpsc210.nextbus.MapDisplayActivity.java ca.ubc.cpsc210.nextbus.MapDisplayFragment.java ca.ubc.cpsc210.nextbus.NewStopDialog.java ca.ubc.cpsc210.nextbus.StopListActivity.java ca.ubc.cpsc210.nextbus.StopListFragment.java ca.ubc.cpsc210.nextbus.model.BusLocation.java ca.ubc.cpsc210.nextbus.model.BusRoute.java ca.ubc.cpsc210.nextbus.model.BusStop.java ca.ubc.cpsc210.nextbus.model.BusWaitTime.java ca.ubc.cpsc210.nextbus.model.FavouriteStops.java ca.ubc.cpsc210.nextbus.storage.FavouriteStopsJSONSerializer.java ca.ubc.cpsc210.nextbus.translink.AbstractTranslinkParser.java ca.ubc.cpsc210.nextbus.translink.AbstractTranslinkService.java ca.ubc.cpsc210.nextbus.translink.BusLocationParser.java ca.ubc.cpsc210.nextbus.translink.BusStopParser.java ca.ubc.cpsc210.nextbus.translink.BusWaitTimeParser.java ca.ubc.cpsc210.nextbus.translink.ITranslinkService.java ca.ubc.cpsc210.nextbus.translink.KMLParser.java ca.ubc.cpsc210.nextbus.translink.TranslinkService.java ca.ubc.cpsc210.nextbus.util.BoundingBox.java ca.ubc.cpsc210.nextbus.util.LatLon.java ca.ubc.cpsc210.nextbus.util.Segment.java ca.ubc.cpsc210.nextbus.util.TextOverlay.java