This is a android app used to track the incoming bus to a certain stop..
BusWatcher is hosted in the following web site
https://github.com/yiochen/BusWatcher
If you think the Android project BusWatcher 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 BusWatcher.
Item | Value |
---|---|
Java File Count | 10 |
Activity Count | 3 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES |
Raw File Names | res\raw\screen_shot.png |
BusWatcher has the following Java source files.
com.hackru.buswatcher.ApplicationTest.java com.hackru.buswatcher.ChooseBusActivity.java com.hackru.buswatcher.ChooseStopActivity.java com.hackru.buswatcher.GetDataService.java com.hackru.buswatcher.WatcherActivity.java com.hackru.buswatcher.com.hackru.buswatcher.data.ActiveBus.java com.hackru.buswatcher.com.hackru.buswatcher.data.Bus.java com.hackru.buswatcher.com.hackru.buswatcher.data.BusCollection.java com.hackru.buswatcher.com.hackru.buswatcher.data.Stop.java com.hackru.buswatcher.com.hackru.buswatcher.data.StopCollection.java