-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ chore(README): add README.md with project information and setup ins…
…tructions Signed-off-by: Dmytro Turskyi <dmytro.turskyi@gmail.com>
- Loading branch information
Showing
12 changed files
with
104 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
[](https://stand-with-ukraine.pp.ua) | ||
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/Turskyi/TaskList"> | ||
|
||
# TaskList App | ||
|
||
A sample Android application demonstrating the use of Android Room database | ||
for task management. | ||
|
||
## Features: | ||
|
||
- Add tasks with high, middle, or low priority | ||
- Delete tasks by swiping left or right | ||
- Simple and intuitive interface | ||
- **Code Readability:** code is easily readable with no unnecessary blank lines, | ||
no unused variables | ||
or methods, and no commented-out code, all variables, methods, and resource | ||
IDs are descriptively | ||
named such that another developer reading the code can easily understand their | ||
function. | ||
|
||
## Technologies Used: | ||
|
||
- [Android](https://developer.android.com/studio/intro) | ||
- [Kotlin](https://kotlinlang.org/) | ||
- [Monolithic Architecture](https://en.wikipedia.org/wiki/Monolithic_architecture) | ||
- AndroidX Room (room-ktx) | ||
- View Model | ||
|
||
## Getting Started: | ||
|
||
1. Download the project | ||
2. Open in Android Studio | ||
3. Run on an emulator or Android device | ||
|
||
## Usage: | ||
|
||
- Use the app as a regular task manager | ||
- Explore the code to learn about Android Room implementation | ||
|
||
## Contributing: | ||
|
||
Contributions are welcome! Create a pull request to the master branch. | ||
|
||
## License: | ||
|
||
No intentional license was used for this project. | ||
|
||
## Contact: | ||
|
||
Dmytro Turskyi | ||
|
||
[dmytro@turskyi.com](mailto:dmytro@turskyi.com) | ||
|
||
https://github.com/Turskyi | ||
|
||
Note: Since this is a sample app, it's not intended for production use or | ||
publication on Google Play. | ||
|
||
## Screenshots: | ||
|
||
<!--suppress CheckImageSize --> | ||
<img src="screenshots/AddTaskScreenshot_20240724.png" width="200" alt="screenshot"> | ||
<img src="screenshots/tasks_Screenshot_20240724.png" width="200" alt="screenshot"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.