Expected Time of Arrival calculator for arranging, organizing and managing trips using their current location..
MA_ETA is hosted in the following web site
https://github.com/sanghviharshit/MA_ETA
If you think the Android project MA_ETA 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 MA_ETA.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 4 |
Fragment Count | 1 |
Required Permissions | android.permission.READ_CONTACTS |
MA_ETA has the following Java source files.
com.nyu.cs9033.eta.controllers.ArrayAdapterPersons.java com.nyu.cs9033.eta.controllers.ArrayAdapterTrips.java com.nyu.cs9033.eta.controllers.CreateTripActivity.java com.nyu.cs9033.eta.controllers.MainActivity.java com.nyu.cs9033.eta.controllers.TripHistoryActivity.java com.nyu.cs9033.eta.controllers.ViewTripActivity.java com.nyu.cs9033.eta.database.TripDatabaseHelper.java com.nyu.cs9033.eta.models.Person.java com.nyu.cs9033.eta.models.Trip.java com.nyu.cs9033.eta.models.TripLocation.java com.nyu.cs9033.eta.ui.FriendListRow.java