TaskDivider-Android-App
This app is used to divide a particular task in subtask and assign it to others with priorities. This may be useful for team projects or collaborative work
Problem Statement
In college many times students are involved in group projects either academically or on their own. In a software project there is a lot of idealism, bugs, crashes, new features etc. So it becomes a challenging and difficult to manage. When there are a lot tasks ,we have to manage it wisely according to their priority and divide the work. To ease these this android application is built, with initial features, more to be added soon.
Proposed Solution :
This project proposes a “TaskDiver App”, in which we can store all the subtask needed to accomplish a task or project. We can give title of the task, its priority and a small decription. There is an option to sort the task according to priority. For instance we have less time then we can sort all task according to its priority and do them first. Also we can search a particular task. This project needs to be extended more to become to usable and it could be used for variety of task, which may solve many problems of people.
ScreenShot of App
Functionality & Concepts used :
- This is the initail build of app, which pretty basic functionality
- This uses
RoomDataBase
to store and manipulate data locally. - This sorts data according to priority value using searchbar
Navigation library
is used for navigating through fragments.- All layout is made using
constraint-layout
as root layout - This uses
recyclerView
andlivedata
to display list of task in efficient way. - This app uses
viewmodel
andshareviewmodel
for logical operations
Application Link & Future Scope :
This needs to functionality to match the real work flows, which will be added as a part of other version of this app. And this app can be heavily used by people in thier day-to-day life. I would be very happy if you download and use my app. You can down using this link
Will be adding more features soon