Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sothulthorn/android-tasklists
The Task Lists app is a simple android project. It allows the user to manage their day-by-day task report.
https://github.com/sothulthorn/android-tasklists
android-application android-studio java
Last synced: about 7 hours ago
JSON representation
The Task Lists app is a simple android project. It allows the user to manage their day-by-day task report.
- Host: GitHub
- URL: https://github.com/sothulthorn/android-tasklists
- Owner: sothulthorn
- Created: 2024-05-13T13:24:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T12:44:59.000Z (6 months ago)
- Last Synced: 2024-05-31T14:01:30.830Z (6 months ago)
- Topics: android-application, android-studio, java
- Language: Java
- Homepage:
- Size: 842 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Task Lists App
The Task Lists app is a simple android project. It allows the user to manage their day-by-day task report. This whole project has only one concept, that to record your daily task and to-do lists. You will add a task and also edit it. Also, you can reset all your task lists or simply delete any one of the tasks from the list.
## Preview
### Main
![](/screenshots/main.png)
### Create Task
![](/screenshots/create-task.png)
![](/screenshots/create-task-select-date.png)
![](/screenshots/create-task-select-time.png)
![](/screenshots/create-task-add.png)
![](/screenshots/add-task.png)### Update Task
![](/screenshots/update-task.png)
![](/screenshots/update-task-process.png)
![](/screenshots/update-result.png)