A simple android application to access information of the inter-city buses of Madrid.
interurbanos is hosted in the following web site
https://github.com/manutenfruits/interurbanos
If you think the Android project interurbanos 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 interurbanos.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 2 |
jar files used | disklrucache-2.0.2.jar |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\buslines.json |
There are 2 image files in interurbanos. The names of the image files are listed as follows.
star_off.png star_on.png
The following screenshort is generated from the image listed above.
interurbanos has the following Java source files.
com.manutenfruits.interurbanos.BusApplication.java com.manutenfruits.interurbanos.BusLinesAdapter.java com.manutenfruits.interurbanos.MainActivity.java com.manutenfruits.interurbanos.ScheduleActivity.java com.manutenfruits.interurbanos.SeparatedListAdapter.java com.manutenfruits.interurbanos.model.BusLine.java com.manutenfruits.interurbanos.model.BusModel.java com.manutenfruits.interurbanos.model.DiskLruImageCache.java com.manutenfruits.interurbanos.model.Utils.java com.manutenfruits.interurbanos.view.FavoriteMenuButton.java com.manutenfruits.interurbanos.view.ScheduleView.java