A Native Android Application that helps a user to add, classify, schedule and manage tasks and generate a work log based on tasks completed. This Application is specifically built for Freelancers/Project Managers who work on multiple projects for multiple clients at any point of time.
- Plan a To-do for every day from Tentative To-do, which consists of tasks planned for the day (the current date) or started previously but not yet completed.
- Update the work done in the To-do.Consists a list of tasks that are planned for the day.
- List of various tasks are segregated with respect to their ending date and the progress .
- Completed Tasks - Consists a list of tasks for which status is updated as completed from To-do.
- Task In Progress - Consists a list of tasks for which status is in progress and the Ending date has not yet crossed.
- Task Over Due - Consists a list of tasks for which status is in progress and the current date has exceeded the Ending date.
- Task Yet To Be Due - Consists a list of tasks for which current date has exceeded the start date and have not been completed.
- A general Work Log can be generated for all the tasks which will have the list of tasks in one sheet(.xlsx) and the workdone for particular task in another sheet.
- A Custom Work Log can be generated for a particular Client or a particular Project.
-
- This application uses Single-Activity Architecture. In this architecture an Activity hosts a fragment and from there bussiness logic is writen in fragments rather than in seperate activities. This architecture makes the most out of Navigation components like passing arguments between fragments and navigating back and forth fragments.
-
- This application makes use of Navigation library to navigate from one fragment to another and pass required data between fragments seemlessly
-
- This applications is built using room persistance library which allows the developer to write SQL queries and access them as objects(DAO).
-
- This application uses kotlin synthetics to find the elements from the .xml directly by their id rather than using a findViewById.
-
- This application makes use of Apache POI to write the data in Microsoft Excel Document whenever the user chooses to generate a work log.
-
- This application makes use of coroutines to asynchronously call database function calls without disturbing the main thread in which the UI is running.
-
- This application uses various Material design components in the User Interface.
- Step-1 : Download the .apk file from the link
- Step-2 : Install the application your Android device by allowing installation from third party.
- Step-3 : Now the Task App can be used from your mobile.
- Most of the to-do apps allows the users to schedule a task by mentioning the tentative end date but not the tentative start date.Task App allows users to mention a tentative start date.
- Once a part/full Task is done the work done can be updated in this app which stores the timing, place, people and nature of work done.
- The task status can be viewed in the application.
- Work Log can be generated either specific to a client/project or as a whole.
- Users can not only add tasks prior to start date and plan when popped but also can add the task on that particular date.
- Eventhough the above mentioned features are seperately found in some applications but not as a whole in one application.
Sample Work log generated from the application worklog.xlsx
- Tentative to do screen once per day
- Normalise Task table
- Application main icon
- Delete task option in Edit Task screen
- Save the work log in main directory
- Custom work log for given date range
- Settings screen