An Android Application for Keeping Track of Time Spent on Projects.
TimeKeeper is hosted in the following web site
https://github.com/HurricaneJames/TimeKeeper
If you think the Android project TimeKeeper 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 TimeKeeper.
Item | Value |
---|---|
Java File Count | 21 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Fragment Count | 4 |
Required Permissions | android.permission.RECORD_AUDIO |
There are 8 image files in TimeKeeper. The names of the image files are listed as follows.
ic_action_camera.png ic_action_keyboard.png ic_action_mic.png ic_action_new.png ic_action_pause.png ic_action_play.png ic_action_video.png ic_action_view_as_list.png
The following screenshort is generated from the image listed above.
TimeKeeper has the following Java source files.
com.easytimelog.timekeeper.MainActivity.java com.easytimelog.timekeeper.controllers.AudioController.java com.easytimelog.timekeeper.data.TimeKeeperContentProvider.java com.easytimelog.timekeeper.data.TimeKeeperContract.java com.easytimelog.timekeeper.data.TimeKeeperSqlOpenHelper.java com.easytimelog.timekeeper.devtools.DatabaseUtils.java com.easytimelog.timekeeper.util.DatabaseHelper.java com.easytimelog.timekeeper.util.FileHelper.java com.easytimelog.timekeeper.util.TaskQueue.java com.easytimelog.timekeeper.views.AudioCaptureFragment.java com.easytimelog.timekeeper.views.DateFormatter.java com.easytimelog.timekeeper.views.NoteTakerActivity.java com.easytimelog.timekeeper.views.OnNoteChangeListener.java com.easytimelog.timekeeper.views.OnNoteRequestedListener.java com.easytimelog.timekeeper.views.ProjectCursorAdapter.java com.easytimelog.timekeeper.views.ProjectDetailActivity.java com.easytimelog.timekeeper.views.ProjectDetailsFragment.java com.easytimelog.timekeeper.views.ProjectsFragment.java com.easytimelog.timekeeper.views.TextNoteFragment.java com.easytimelog.timekeeper.views.TimeRecordCursorAdapter.java com.easytimelog.timekeeper.views.TimerButton.java