An android application which uses the google maps API to tell the user if they will be late to a particular destination.
Will-I-be-late is hosted in the following web site
https://github.com/google-hackathon-2014/Will-I-be-late
If you think the Android project Will-I-be-late 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 Will-I-be-late.
Item | Value |
---|---|
Java File Count | 10 |
Activity Count | 1 |
Fragment Count | 3 |
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 |
Will-I-be-late has the following Java source files.
com.example.daniellin.lateapp.AddEventFragment.java com.example.daniellin.lateapp.ApplicationTest.java com.example.daniellin.lateapp.CalculateTime.java com.example.daniellin.lateapp.Event.java com.example.daniellin.lateapp.GetDistanceMatrixJSON.java com.example.daniellin.lateapp.MapsActivity.java com.example.daniellin.lateapp.MySQLiteHelper.java com.example.daniellin.lateapp.SelectEventFragment.java com.example.daniellin.lateapp.TestActivity.java