Google Wear Preview proof-of-concept App.
MyTimetable is hosted in the following web site
https://github.com/MartinHochstrasser/MyTimetable
If you think the Android project MyTimetable 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 MyTimetable.
Item | Value |
---|---|
Java File Count | 35 |
Supported screen sizes | [mdpiv11, mdpi, xxhdpi, hdpiv9, hdpi, xhdpi, mdpiv9, xxhdpiv11, xhdpiv9, hdpiv11, xhdpiv11, xxhdpiv9] |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET |
There are 2 image files in MyTimetable. The names of the image files are listed as follows.
ic_action_connection.png ic_stat_departures.png
The following screenshort is generated from the image listed above.
MyTimetable has the following Java source files.
ch.bretscherhochstrasser.android.poc.mytimetable.MainActivity.java ch.bretscherhochstrasser.android.poc.mytimetable.OnDeviceStartedReceiver.java ch.bretscherhochstrasser.android.poc.mytimetable.apiclient.Connection.java ch.bretscherhochstrasser.android.poc.mytimetable.apiclient.ConnectionDownloader.java ch.bretscherhochstrasser.android.poc.mytimetable.apiclient.ConnectionParser.java ch.bretscherhochstrasser.android.poc.mytimetable.apiclient.DepartureDownloader.java ch.bretscherhochstrasser.android.poc.mytimetable.apiclient.DepartureParser.java ch.bretscherhochstrasser.android.poc.mytimetable.apiclient.GsonProvider.java ch.bretscherhochstrasser.android.poc.mytimetable.apiclient.JsonDownloader.java ch.bretscherhochstrasser.android.poc.mytimetable.apiclient.StationDeserializer.java ch.bretscherhochstrasser.android.poc.mytimetable.apiclient.StationDownloader.java ch.bretscherhochstrasser.android.poc.mytimetable.apiclient.StationParser.java ch.bretscherhochstrasser.android.poc.mytimetable.common.DelayedStartIntentService.java ch.bretscherhochstrasser.android.poc.mytimetable.common.LocationClientIntentService.java ch.bretscherhochstrasser.android.poc.mytimetable.common.PreferenceUtil.java ch.bretscherhochstrasser.android.poc.mytimetable.common.TextUtil.java ch.bretscherhochstrasser.android.poc.mytimetable.connections.LoadConnectionsService.java ch.bretscherhochstrasser.android.poc.mytimetable.data.CupboardProvider.java ch.bretscherhochstrasser.android.poc.mytimetable.data.Departure.java ch.bretscherhochstrasser.android.poc.mytimetable.data.SQLiteContentProvider.java ch.bretscherhochstrasser.android.poc.mytimetable.data.Station.java ch.bretscherhochstrasser.android.poc.mytimetable.data.StationContentProvider.java ch.bretscherhochstrasser.android.poc.mytimetable.data.StationDbOpenHelper.java ch.bretscherhochstrasser.android.poc.mytimetable.geofences.GeofenceTransitionReceiverService.java ch.bretscherhochstrasser.android.poc.mytimetable.geofences.StationAdapter.java ch.bretscherhochstrasser.android.poc.mytimetable.geofences.StationFenceStateManager.java ch.bretscherhochstrasser.android.poc.mytimetable.geofences.StationGeofenceManager.java ch.bretscherhochstrasser.android.poc.mytimetable.geofences.StationListActivity.java ch.bretscherhochstrasser.android.poc.mytimetable.locationupdates.RequestLocationUpdatesService.java ch.bretscherhochstrasser.android.poc.mytimetable.locationupdates.UpdateStationsService.java ch.bretscherhochstrasser.android.poc.mytimetable.notification.ConnectionsNotificationManager.java ch.bretscherhochstrasser.android.poc.mytimetable.notification.DepartureNotificationManager.java ch.bretscherhochstrasser.android.poc.mytimetable.notification.NotificationUtil.java ch.bretscherhochstrasser.android.poc.mytimetable.settings.SettingsFragment.java