{"id":13538460,"url":"https://github.com/TheCodeMonks/Notzz-App","last_synced_at":"2025-04-02T05:31:21.499Z","repository":{"id":37783013,"uuid":"276172569","full_name":"TheCodeMonks/Notzz-App","owner":"TheCodeMonks","description":"📝 A Simple Note-Taking App built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, State Flow, Hilt-Dependency Injection, Jetpack DataStore, Architecture Components, MVVM, Room, Material Design Components).","archived":false,"fork":false,"pushed_at":"2023-03-06T23:57:52.000Z","size":7149,"stargazers_count":669,"open_issues_count":15,"forks_count":53,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T15:07:41.848Z","etag":null,"topics":["android","android-app","android-architecture","android-development","android-studio","android-ui","architecture","couroutine","datastore-android","hacktoberfest","hilt-android","jetpack-navigation","kotlin-android","kotlin-coroutines","material-design","mvvm-android","recyclerview","room-database","room-persistence-library","stateflow"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheCodeMonks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"custom":["https://www.paypal.com/paypalme2/spikeysanju"]}},"created_at":"2020-06-30T17:59:22.000Z","updated_at":"2025-03-25T05:47:15.000Z","dependencies_parsed_at":"2024-01-16T15:40:43.769Z","dependency_job_id":"3118719a-ec78-441f-ad8d-d21b9f1f6303","html_url":"https://github.com/TheCodeMonks/Notzz-App","commit_stats":null,"previous_names":[],"tags_count":4,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodeMonks%2FNotzz-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodeMonks%2FNotzz-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodeMonks%2FNotzz-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCodeMonks%2FNotzz-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheCodeMonks","download_url":"https://codeload.github.com/TheCodeMonks/Notzz-App/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246763804,"owners_count":20829795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-app","android-architecture","android-development","android-studio","android-ui","architecture","couroutine","datastore-android","hacktoberfest","hilt-android","jetpack-navigation","kotlin-android","kotlin-coroutines","material-design","mvvm-android","recyclerview","room-database","room-persistence-library","stateflow"],"created_at":"2024-08-01T09:01:12.311Z","updated_at":"2025-04-02T05:31:18.620Z","avatar_url":"https://github.com/TheCodeMonks.png","language":"Kotlin","funding_links":["https://www.paypal.com/paypalme2/spikeysanju"],"categories":["Kotlin"],"sub_categories":[],"readme":"\n\n![GitHub Cards Preview](https://github.com/TheCodeMonks/Notes-App/blob/master/screenshots/NOTZZ%20APP%20CARD.jpg?raw=true)\n\n# Notzz App\n**Notzz App** is a simple note-taking 📝 Android application built to describe the use of Modern Android development tools.  *Made with love ❤️ by [Spikeysanju](https://github.com/Spikeysanju)*\n\n***Try latest Notzz app apk from below 👇***\n\n[![Notzz-App](https://img.shields.io/badge/NotzzApp🌈-APK-black.svg?style=for-the-badge\u0026logo=android)](https://github.com/TheCodeMonks/Notzz-App/releases/download/v1.4/Notzz.apk)\n\n\n\n## Built With 🛠\n- [Kotlin](https://kotlinlang.org/) - First class and official programming language for Android development.\n- [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - For asynchronous and more..\n- [Android Architecture Components](https://developer.android.com/topic/libraries/architecture) - Collection of libraries that help you design robust, testable, and maintainable apps.\n  - [Stateflow](https://developer.android.com/kotlin/flow/stateflow-and-sharedflow) - StateFlow is a state-holder observable flow that emits the current and new state updates to its collectors. \n  - [Flow](https://kotlinlang.org/docs/reference/coroutines/flow.html) - A flow is an asynchronous version of a Sequence, a type of collection whose values are lazily produced.\n  - [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - Stores UI-related data that isn't destroyed on UI changes. \n  - [Room](https://developer.android.com/topic/libraries/architecture/room) - SQLite object mapping library.\n  - [Jetpack Navigation](https://developer.android.com/guide/navigation) - Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app\n  - [DataStore](https://developer.android.com/topic/libraries/architecture/datastore) - Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactionally.\n- [Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android.\n\n\n\n\n\n# Package Structure\n    \n    thecodemonks.org.nottzapp   # Root Package\n    .\n    ├── data                # For data handling.\n    │   ├── db              # Local Persistence Database. Room (SQLite) database\n    |   │   ├── dao         # Data Access Object for Room   \n    |   |   |── database    # Database Instance\n    |\n    ├── model               # Model classes\n    |\n    |\n    ├── ui                  # Activity/View layer\n    │   ├── main            # Main Screen Activity \u0026 ViewModel\n    |   │   ├── adapter     # Adapter for RecyclerView\n    |   │   └── viewmodel   # ViewHolder for RecyclerView   \n\n    \n    ## Architecture\n    \nThis app uses [***MVVM (Model View View-Model)***](https://developer.android.com/jetpack/docs/guide#recommended-app-arch) architecture.\n\n![](https://github.com/TheCodeMonks/Notes-App/blob/master/screenshots/ANDROID%20ROOM%20DB%20DIAGRAM.jpg)\n\n\n## Contribute\nIf you want to contribute to this library, you're always welcome!\nSee [Contributing Guidelines](https://github.com/TheCodeMonks/Notzz-App/blob/master/CONTRIBUTION.md). \n\n## Contact\nHave an project? DM us at 👇\n\nDrop a mail to:- thecodemonksorg@gmail.com\n\n# Donation\nIf this project help you reduce time to develop, you can give me a cup of coffee :) \n\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/paypalme2/spikeysanju)\n\n\n## License\n```\nMIT License\n\nCopyright (c) 2020 Spikey Sanju\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheCodeMonks%2FNotzz-App","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTheCodeMonks%2FNotzz-App","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheCodeMonks%2FNotzz-App/lists"}