Android Open Source - Development data NextBus






Project Summary

Android application that interactively displays bus arrival data through the TransLink API..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of NextBus.

ItemValue
Java File Count19
Supported screen sizes[ldpi, mdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version10
Activity Count2
Fragment Count3
jar files usedandroid-support-v4.jar
osmdroid-android-4.1.jar
slf4j-android-1.5.8.jar
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 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.

null

Java Source Files

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