Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sondosaabed/taskaty
Taskaty is your go-to simple task managmnet mobile app. Your tool for effortlessly organainzg tasks.
https://github.com/sondosaabed/taskaty
android-studio gradle gson java mobile-app sharedpreferences tasks-manager ui-design
Last synced: 2 months ago
JSON representation
Taskaty is your go-to simple task managmnet mobile app. Your tool for effortlessly organainzg tasks.
- Host: GitHub
- URL: https://github.com/sondosaabed/taskaty
- Owner: sondosaabed
- License: apache-2.0
- Created: 2023-11-10T13:10:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T22:30:34.000Z (about 1 year ago)
- Last Synced: 2023-12-22T00:56:16.155Z (about 1 year ago)
- Topics: android-studio, gradle, gson, java, mobile-app, sharedpreferences, tasks-manager, ui-design
- Language: Java
- Homepage:
- Size: 341 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taskaty
Taskaty is your go-to simple task managmnet mobile app. Your tool for effortlessly organainzg tasks.
A complete Android app that can assist users in managing their tasks, realistic and provides real service to users.## Features:
### CRUD Functionality
Taskaty has CRUD (Create, Read, Update, Delete) functionality, to manage the tasks efficiently.#### Requirements
- Task List: User can view all due tasks. _(All tasks are persisted to local storage using Shared Preferences and GSON)_
- Create New Tasks: Users can add new tasks to the list.
- Edit Tasks: Users can edit any task. Including marking it as done.
- User Interface: [Taskaty Mobile App UI on My behance](https://www.behance.net/gallery/184474407/Taskaty-Mobile-App-UI)#### Additional Features:
- Search Functionality: Users can search for tasks using keywords, filter tasks by month, or categorize them.
- Remove Tasks: Users can remove existing tasks.
- Sample Tasks for first time users. _(Using shared prefrences)_
- Date Picker for due date of the rask.## DEMO
- This Demonstarion includes the submitted requiremnts of the assignment.https://github.com/sondosaabed/Taskaty/assets/65151701/5e3c82e4-9955-45a7-8580-c59dc1f7ae19
#### Additional Features:
- These Features are enhancments provides addtional functionalites to teh reqs.
On edit delete
Deleted Status Inform
On main Search
Serach By keyword, filters
Nothing found Status Inform
## Resources
- [Undraw for illustrations](https://undraw.co/search)
- [SYMBL for symbols](https://symbl.cc/en/)
- [Behance UI/UX 1](https://www.behance.net/gallery/182827809/Taskin-(Task-Management)?tracking_source=search_projects|task+management+app)
- [Behance UI/UX 2](https://www.behance.net/gallery/182828143/Task-Management-Mobile-App?tracking_source=search_projects|task+management+app)
- [Stackoverflow](https://stackoverflow.com/questions/30216233/how-to-hide-app-name-from-title-bar-in-android)
- [Stackoverflow 1](https://stackoverflow.com/questions/10532907/android-retrieve-string-array-from-resources)
- [Stackoverflow 2](https://stackoverflow.com/questions/4636141/determine-if-android-app-is-being-used-for-the-first-time)
- [Stackoverflow 3](https://stackoverflow.com/questions/56833657/preferencemanager-getdefaultsharedpreferences-deprecated-in-android-q#56833739)
- [Previous project I made](https://github.com/sondosaabed/Tasks-list-Managment-System/tree/main)
- [Date Picker](https://www.geeksforgeeks.org/datepicker-in-android/)
- [Caffe Menu Project](https://github.com/szainbzu/CaffeeMenu/tree/master)
- [GSOn DEMo](https://github.com/szainbzu/GSONDemo1/tree/master)
- [CRUD Functionality](https://appmaster.io/blog/crud-functionality-in-mobile-apps)
- [Date in Java](https://www.youtube.com/watch?v=-t0Pz-J1zzk)