Android application that interactively displays bus arrival data through the TransLink API..
NextBus is hosted in the following web site
https://github.com/blasian/NextBus
If you think the Android project NextBus 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 NextBus.
Item | Value |
---|---|
Java File Count | 19 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 10 |
Activity Count | 2 |
Fragment Count | 3 |
jar files used | android-support-v4.jar osmdroid-android-4.1.jar slf4j-android-1.5.8.jar |
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 NextBus. 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.
NextBus 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.Bus.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.AbstractTranslinkService.java ca.ubc.cpsc210.nextbus.translink.ITranslinkService.java ca.ubc.cpsc210.nextbus.translink.TranslinkService.java ca.ubc.cpsc210.nextbus.util.LatLon.java ca.ubc.cpsc210.nextbus.util.TextOverlay.java