{"id":17994380,"url":"https://github.com/anandwana001/roomaccounting","last_synced_at":"2025-03-26T02:31:00.805Z","repository":{"id":94555847,"uuid":"470781738","full_name":"anandwana001/RoomAccounting","owner":"anandwana001","description":"📦  Room Database based application for accounting 📦","archived":false,"fork":false,"pushed_at":"2022-04-03T09:43:20.000Z","size":15933,"stargazers_count":28,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-21T01:41:31.580Z","etag":null,"topics":["android","architecture-components","databinding-android","espresso","hilt","hilt-dagger2","kotlin","kotlin-coroutines","moshi","mvvm-android","robolectric","room-database","viewmodel"],"latest_commit_sha":null,"homepage":"http://anandwana001.github.io","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/anandwana001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-16T23:22:14.000Z","updated_at":"2024-06-27T09:29:45.000Z","dependencies_parsed_at":"2023-07-28T12:15:28.263Z","dependency_job_id":null,"html_url":"https://github.com/anandwana001/RoomAccounting","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anandwana001%2FRoomAccounting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anandwana001%2FRoomAccounting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anandwana001%2FRoomAccounting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anandwana001%2FRoomAccounting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anandwana001","download_url":"https://codeload.github.com/anandwana001/RoomAccounting/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245576526,"owners_count":20638125,"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","architecture-components","databinding-android","espresso","hilt","hilt-dagger2","kotlin","kotlin-coroutines","moshi","mvvm-android","robolectric","room-database","viewmodel"],"created_at":"2024-10-29T20:15:03.900Z","updated_at":"2025-03-26T02:31:00.794Z","avatar_url":"https://github.com/anandwana001.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RoomAccounting\n\n**RoomAccounting** app is a simple invoice accounting application. Based on the local database with the CRUD operation.\n\n## Architecture 📐\nProject is a single module consist of multiple packages in order to achieve MVVM architecture.\n* data\n* di\n* repository\n* ui\n  * base\n  * binding\n  * home\n  * recyclerview\n* utility\n\n## Features 🦿\n* Pre-populating Data from local asset.\n* User can create a complete invoice with a list of items.\n* User can edit saved invoice.\n* User can create and save a draft invoice.\n* User can delete the invoice.\n\n## Android/Kotlin Beauty 🫀 🫁 🧠\n* BindingAdapters\n* Custom Moshi Adapters\n* Retrieving and loading local JSON asset\n* Date Formatting\n* Generic RecyclerView based on ViewModel\n* Hilt separate module for testing and production\n* Room Type Converters\n* Drawable states for button clicks\n* Preloaded fonts\n* SharedTest support\n* Unit Testing\n* Instrumentation Testing with Hilt for Fragments in isolation\n* End to End Testing\n* Custom Matchers and ViewActions for adequate testing\n\n## Tech-stack 🛠\nThis project use multiple libraries to bring easy way of implementation\n- [Hilt](https://dagger.dev/hilt/) - Dependency Injection Framework\n- [Room](https://developer.android.com/training/data-storage/room) - Used for Local Database\n- [Coroutines](https://kotlinlang.org/docs/coroutines-overview.html) - to perform asynchronous work\n- [Moshi](https://github.com/square/moshi) - use to serialize and deserialize Java objects to JSON\n- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) - observable data holder\n- [AndroidX](https://developer.android.com/jetpack/androidx) - android library for core functionalities\n- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - manage data in lifecycle aware fashion\n- [Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android\n- [Data Binding](https://developer.android.com/topic/libraries/data-binding) - helps to bind UI with data source\n- [Espresso](https://developer.android.com/training/testing/espresso) - Instrumentation Testing\n- [Robolectric](http://robolectric.org/) - Unit Testing\n\n## Screenshot 📱\n\u003cp\u003e\n\u003cimg src=\"https://github.com/anandwana001/RoomAccounting/blob/main/screenshots/AndroidAppDarkMode/Screenshot_20220310-181634.png\" height=450 width=230 /\u003e\n\u003cimg src=\"https://github.com/anandwana001/RoomAccounting/blob/main/screenshots/AndroidAppDarkMode/Screenshot_20220310-181640.png\" height=450 width=230 /\u003e\n\u003cimg src=\"https://github.com/anandwana001/RoomAccounting/blob/main/screenshots/AndroidAppDarkMode/Screenshot_20220310-181645.png\" height=450 width=230 /\u003e\n\u003cimg src=\"https://github.com/anandwana001/RoomAccounting/blob/main/screenshots/AndroidAppDarkMode/Screenshot_20220310-181648.png\" height=450 width=230 /\u003e\n\u003cimg src=\"https://github.com/anandwana001/RoomAccounting/blob/main/screenshots/AndroidAppDarkMode/Screenshot_20220310-181652.png\" height=450 width=230 /\u003e\n\u003cimg src=\"https://github.com/anandwana001/RoomAccounting/blob/main/screenshots/AndroidAppDarkMode/Screenshot_20220310-181657.png\" height=450 width=230 /\u003e\n\u003cimg src=\"https://github.com/anandwana001/RoomAccounting/blob/main/screenshots/AndroidAppDarkMode/Screenshot_20220310-181702.png\" height=450 width=230 /\u003e\n\u003cimg src=\"https://github.com/anandwana001/RoomAccounting/blob/main/screenshots/AndroidAppDarkMode/Screenshot_20220310-181708.png\" height=450 width=230 /\u003e\n\u003c/p\u003e\n\n## Contact 🔗\nLet's connect here -\u003e [webprofile](https://anandwana001.github.io)\n\n## License 📝\n```\nMIT License\n\nCopyright (c) 2022 Akshay Nandwana\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanandwana001%2Froomaccounting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanandwana001%2Froomaccounting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanandwana001%2Froomaccounting/lists"}