Remember the Milk application for the Android platform. Moving to http://code.google.com/p/rtd.
rtd is hosted in the following web site
https://github.com/andrewburgess/rtd
If you think the Android project rtd 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 rtd.
Item | Value |
---|---|
Java File Count | 39 |
Minimum SDK Version | 3 |
Activity Count | 6 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 1 image files in rtd. The names of the image files are listed as follows.
error.png
The following screenshort is generated from the image listed above.
rtd has the following Java source files.
com.burgess.rtd.AuthenticateActivity.java com.burgess.rtd.ConfigureActivity.java com.burgess.rtd.InitialActivity.java com.burgess.rtd.ListTasksActivity.java com.burgess.rtd.ListsActivity.java com.burgess.rtd.ListsArchivedActivity.java com.burgess.rtd.constants.Program.java com.burgess.rtd.constants.RTM.java com.burgess.rtd.controller.AuthenticateController.java com.burgess.rtd.controller.ConfigureController.java com.burgess.rtd.controller.InitialController.java com.burgess.rtd.controller.ListTasksController.java com.burgess.rtd.controller.ListsController.java com.burgess.rtd.exceptions.NetworkUnavailableException.java com.burgess.rtd.exceptions.RTDError.java com.burgess.rtd.exceptions.RTDException.java com.burgess.rtd.interfaces.view.IAuthenticateView.java com.burgess.rtd.interfaces.view.IConfigureView.java com.burgess.rtd.interfaces.view.IInitialView.java com.burgess.rtd.interfaces.view.IListTasksView.java com.burgess.rtd.interfaces.view.IListsView.java com.burgess.rtd.model.Database.java com.burgess.rtd.model.List.java com.burgess.rtd.model.Location.java com.burgess.rtd.model.Note.java com.burgess.rtd.model.RTMModel.java com.burgess.rtd.model.Request.java com.burgess.rtd.model.Tag.java com.burgess.rtd.model.Task.java com.burgess.rtd.model.TaskSeries.java com.burgess.rtd.model.TaskTag.java com.burgess.rtd.model.rtm.GetFrob.java com.burgess.rtd.model.rtm.GetLists.java com.burgess.rtd.model.rtm.GetLocations.java com.burgess.rtd.model.rtm.GetTasks.java com.burgess.rtd.model.rtm.GetTimeline.java com.burgess.rtd.model.rtm.GetToken.java com.burgess.rtd.model.rtm.RtmObject.java com.burgess.rtd.service.SyncService.java