Allows for the entry of time via an Android device (uses the DOVICO API).
AndroidTimeApp is hosted in the following web site
https://github.com/dovicoapi/AndroidTimeApp
If you think the Android project AndroidTimeApp 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 AndroidTimeApp.
Item | Value |
---|---|
Java File Count | 44 |
Supported screen sizes | [ldpi, mdpi, hdpi] |
Minimum SDK Version | 7 |
Activity Count | 5 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 10 image files in AndroidTimeApp. The names of the image files are listed as follows.
cal_next.png cal_previous.png calendar.png icon_about.png icon_close_a.png icon_close_b.png icon_logo.png icon_setup.png icon_time_entry.png icon_timersheet.png
The following screenshort is generated from the image listed above.
AndroidTimeApp has the following Java source files.
com.dovico.timesheet.ActivityAbout.java com.dovico.timesheet.ActivityMain.java com.dovico.timesheet.ActivitySetup.java com.dovico.timesheet.ActivitySplash.java com.dovico.timesheet.ActivityTimesheet.java com.dovico.timesheet.ApplicationDOVICO.java com.dovico.timesheet.beans.Assignment.java com.dovico.timesheet.beans.Client.java com.dovico.timesheet.beans.Employee.java com.dovico.timesheet.beans.Project.java com.dovico.timesheet.beans.Task.java com.dovico.timesheet.beans.TimeEntry.java com.dovico.timesheet.common.DOVICOConst.java com.dovico.timesheet.common.DOVICORestAPI.java com.dovico.timesheet.common.IOUtil.java com.dovico.timesheet.common.TimeEntryComparatorByDate.java com.dovico.timesheet.db.Db.java com.dovico.timesheet.db.DbManager.java com.dovico.timesheet.db.DbManagerImpl.java com.dovico.timesheet.db.dao.AssignmentsDao.java com.dovico.timesheet.db.dao.ClientDao.java com.dovico.timesheet.db.dao.GenericDao.java com.dovico.timesheet.db.dao.ProjectDao.java com.dovico.timesheet.db.dao.TaskDao.java com.dovico.timesheet.db.dao.TimeEntryDao.java com.dovico.timesheet.rest.RestClient.java com.dovico.timesheet.rest.methods.Authenticate.java com.dovico.timesheet.rest.methods.DeleteTimeEntry.java com.dovico.timesheet.rest.methods.GetAssignmentsForEmployee.java com.dovico.timesheet.rest.methods.GetChildAssignmentsForItem.java com.dovico.timesheet.rest.methods.GetEmployeeInfo.java com.dovico.timesheet.rest.methods.GetTimeEntriesForEmployee.java com.dovico.timesheet.rest.methods.InsertTimeEntry.java com.dovico.timesheet.rest.methods.RestMethod.java com.dovico.timesheet.utils.DOVICOUtils.java com.dovico.timesheet.utils.Logger.java com.dovico.timesheet.utils.SharedPrefsUtil.java com.dovico.timesheet.utils.XmlUtils.java com.dovico.timesheet.widgets.CalendarView.java com.dovico.timesheet.widgets.DOVICOSpinner.java com.dovico.timesheet.widgets.HorizontalPager.java com.dovico.timesheet.widgets.adapters.DOVICOSpinnerCursorAdapter.java com.dovico.timesheet.widgets.adapters.DOVICOTimesheetListViewCursorAdapter.java