Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bheck890/lifetaskhelper
Task Helper that Helps Remind you when tasks need to be done,
https://github.com/bheck890/lifetaskhelper
android-application android-studio java sql
Last synced: 11 days ago
JSON representation
Task Helper that Helps Remind you when tasks need to be done,
- Host: GitHub
- URL: https://github.com/bheck890/lifetaskhelper
- Owner: Bheck890
- License: mit
- Created: 2023-10-07T19:02:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T23:18:39.000Z (4 months ago)
- Last Synced: 2024-11-06T07:12:34.040Z (2 months ago)
- Topics: android-application, android-studio, java, sql
- Language: Java
- Homepage:
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LifeTasks
This Application allows you to keep track of actions that occur
can set a remonder date, or location to remind you to take a note
or to make a note every time at a specific date
so you know what happened that day.
this can also be like a diary with a reminder, aspect to not forget
as well as to take a note when ever you go to a certain place.
like to check your grocery list when you go grocery shoping## Demonstration
New Event
![alt text](ReadMe-Pics/Gifs/0New.gif)
Perform Date Event
![alt text](ReadMe-Pics/Gifs/1.0Date.gif)
Perform Location Event
![alt text](ReadMe-Pics/Gifs/1.1Location.gif)
Perform normal Task
![alt text](ReadMe-Pics/Gifs/1.2Task.gif)
View Task Descriptions
![alt text](ReadMe-Pics/Gifs/2description.gif)
Task Settings
![alt text](ReadMe-Pics/Gifs/0New.gif)## Diagrams
Database Diagram
![alt text](ReadMe-Pics/DataTable.png)## Built With
* Android Studio
* Gradle
* Android Geo Coder
* SQLiteDatabase## Author
Project Coded by - Bailey Heck## License
This project is licensed under the MIT License.## Acknowledgments
Project idea - Brandon (Bailey) Heck
Email system - Jess Wazbinski
Logo and about - Michelle Nater## History
This project was an Team assignment with an app with SQL Tables,
I was in Data Engineering class while taking this android class
and combined the knowlege to Complete the SQL Data Table.## Key Programming Concepts Utilized
I have utilized SQL coding Techniques and android Application Systems.
as well as used google geo locations
to keep track of the location of the user, to their destination.