Python Wrapper / Android Application for accessing Whatcom Transit bus schedules.
wta-next-bus is hosted in the following web site
https://github.com/masenf/wta-next-bus
If you think the Android project wta-next-bus 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 wta-next-bus.
Item | Value |
---|---|
Java File Count | 21 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 4 image files in wta-next-bus. The names of the image files are listed as follows.
add_favorite.png refresh.png rm_favorite.png tag_white.png
The following screenshort is generated from the image listed above.
wta-next-bus has the following Java source files.
com.masenf.wtaandroid.NestedTagManager.java com.masenf.wtaandroid.WtaActivity.java com.masenf.wtaandroid.adapters.JSONListAdapter.java com.masenf.wtaandroid.adapters.ResultsListAdapter.java com.masenf.wtaandroid.adapters.TagListAdapter.java com.masenf.wtaandroid.adapters.TimesListAdapter.java com.masenf.wtaandroid.async.DataReadTaskFactory.java com.masenf.wtaandroid.async.DataWriteTaskFactory.java com.masenf.wtaandroid.async.LibraryUpdateTask.java com.masenf.wtaandroid.data.DatabaseHelper.java com.masenf.wtaandroid.data.EntryListFactory.java com.masenf.wtaandroid.data.LocationEntry.java com.masenf.wtaandroid.data.TagEntry.java com.masenf.wtaandroid.data.TimeEntry.java com.masenf.wtaandroid.data.WtaDatastore.java com.masenf.wtaandroid.fragment.BrowseFragment.java com.masenf.wtaandroid.fragment.FavoritesFragment.java com.masenf.wtaandroid.fragment.NextBusFragment.java com.masenf.wtaandroid.fragment.SearchFragment.java com.masenf.wtaandroid.fragment.WtaFragment.java com.masenf.wtaandroid.fragment.dialog.AboutDialogFragment.java