Android Open Source - App bus Android-Next-Bus-App






Project Summary

Retrieves estimated bus wait times at a particular stop from TransLink.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Android-Next-Bus-App.

ItemValue
Java File Count26
Supported screen sizes[ldpi, mdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version10
Activity Count2
Fragment Count3
Required Permissionsandroid.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




Resource Files

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.

null

Java Source Files

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