Android application to manage estimated time of arrival of group of friends going on a trip.
ETA-Android-App is hosted in the following web site
https://github.com/akashsax14/ETA-Android-App
If you think the Android project ETA-Android-App 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 ETA-Android-App.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 4 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_CONTACTS |
There are 1 image files in ETA-Android-App. The names of the image files are listed as follows.
eta.png
The following screenshort is generated from the image listed above.
ETA-Android-App has the following Java source files.
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.helper.AsyncResponse.java com.nyu.cs9033.eta.helper.LocationUpdateService.java com.nyu.cs9033.eta.helper.SendPostRequestHelper.java com.nyu.cs9033.eta.models.Person.java com.nyu.cs9033.eta.models.Trip.java