{"id":19905343,"url":"https://github.com/initishbhatt/quotes","last_synced_at":"2026-05-15T05:39:52.093Z","repository":{"id":43479829,"uuid":"449224476","full_name":"initishbhatt/Quotes","owner":"initishbhatt","description":"Quotes app demonstrates some of the general use cases and demands on a typical production project using: Jetpack Compose, Functional Programming,MVVM, Kotlin Coroutines,Flow, Jetpack (Room, ViewModel) and Material Design .","archived":false,"fork":false,"pushed_at":"2022-02-28T17:25:20.000Z","size":2497,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T21:41:53.078Z","etag":null,"topics":["android","ci-cd","compose-testing","coroutines","coroutines-flow","datastore-android","githubaction","hilt-android","jetpack-android","jetpack-compose","kotlin","mockito","mvvm","mvvm-architecture","quotes","tdd","turbine","ui-tests","unittesting"],"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/initishbhatt.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}},"created_at":"2022-01-18T09:42:19.000Z","updated_at":"2023-09-05T19:51:13.000Z","dependencies_parsed_at":"2022-08-23T07:50:35.935Z","dependency_job_id":null,"html_url":"https://github.com/initishbhatt/Quotes","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"initishbhatt/android-kotlin-compose-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initishbhatt%2FQuotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initishbhatt%2FQuotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initishbhatt%2FQuotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/initishbhatt%2FQuotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/initishbhatt","download_url":"https://codeload.github.com/initishbhatt/Quotes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241335517,"owners_count":19946068,"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","ci-cd","compose-testing","coroutines","coroutines-flow","datastore-android","githubaction","hilt-android","jetpack-android","jetpack-compose","kotlin","mockito","mvvm","mvvm-architecture","quotes","tdd","turbine","ui-tests","unittesting"],"created_at":"2024-11-12T20:32:35.592Z","updated_at":"2026-05-15T05:39:52.054Z","avatar_url":"https://github.com/initishbhatt.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"/art/logo.png\" width=\"33%\"/\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eQuotes\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://developer.android.com/jetpack/androidx/releases/compose\"\u003e\u003cimg alt=\"JetpackCompose\" src=\"https://img.shields.io/badge/Jetpack%20Compose-1.2.0--alpha04-orange\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://developer.android.com/reference\"\u003e\u003cimg alt=\"Android\" src=\"https://img.shields.io/badge/Platform-android-brightgreen\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://androidstudio.googleblog.com/2022/01/android-studio-dolphin-canary-1-now.html\"\u003e\u003cimg alt=\"Android Studio Dolphin\" src=\"https://img.shields.io/badge/Android%20Studio-Dolphin-yellow\"/\u003e\u003c/a\u003e\n\nQuotes app demonstrates some of the general use cases and demands on a typical production project using: \u003cb\u003eJetpack Compose\u003c/b\u003e, \u003cb\u003eFunctional Programming\u003c/b\u003e,\u003cb\u003eMVVM\u003c/b\u003e, \u003cb\u003eKotlin Coroutines\u003c/b\u003e,\u003cb\u003eFlow\u003c/b\u003e,\n\u003cb\u003eJetpack (Room, ViewModel)\u003c/b\u003e, and \u003cb\u003eMaterial Design based on MVVM architecture\u003c/b\u003e.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"/art/Quotes.png\"/\u003e\n\u003c/p\u003e\n\n## Built With 🛠\n* [Jetpack Compose][0] Jetpack Compose is Android's modern toolkit for building native UI. It simplifies and accelerates UI development on Android.\n* [Coroutines][1] A Coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously.\n* [Flows][2] Flows are built on top of coroutines and can provide multiple values. A flow is conceptually a stream of data that can be computed asynchronously.\n* [Compose Navigation][3] For tabs navigation using Jetpack Compose.\n* [Dagger Hilt][4] Dependency injection library for Android.\n* [Jetpack DataStore][5] 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* [Timber][6] Logger with a small API which provides utility on top of Android's normal Log class.\n* [Accompanist][7] Accompanist is a group of libraries that aim to supplement Jetpack Compose\n* [KotlinxSerialization][8] Kotlin serialization consists of a compiler plugin, that generates visitor code for serializable classes, runtime library with core serialization API and support libraries with various serialization formats.\n* [Turbine][9] Turbine is a small testing library for kotlinx.coroutines Flow.\n* [Mockito][10] Mocking framework\n* [Room][11] The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.\n* [Espresso][12] Android UI Testing framework.\n\n[0]:  https://developer.android.com/jetpack\n[1]:  https://github.com/Kotlin/kotlinx.coroutines\n[2]:  https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/-flow/\n[3]:  https://developer.android.com/jetpack/compose/navigation\n[4]:  https://dagger.dev/hilt/\n[5]:  https://developer.android.com/topic/libraries/architecture/datastore\n[6]:  https://github.com/JakeWharton/timber\n[7]:  https://google.github.io/accompanist/\n[8]:  https://github.com/Kotlin/kotlinx.serialization\n[9]:  https://github.com/cashapp/turbine\n[10]: https://github.com/mockito/mockito-kotlin\n[11]: https://developer.android.com/jetpack/androidx/releases/room\n[12]: https://developer.android.com/training/testing/espresso/\n\n\n## Architecture 🗼\nThe app uses [***MVVM(Model View ViewModel)***](https://developer.android.com/jetpack/guide#recommended-app-arch)\n\n![App Architecture](https://user-images.githubusercontent.com/16473147/155868677-d4131e25-872f-45b7-bdb0-6f164d13262e.png)\n\n## MAD Scorecard\n![summary](https://user-images.githubusercontent.com/16473147/155850920-267f53c6-db91-49cb-a15c-fcbd3ef891a6.png)\n![jetpack](https://user-images.githubusercontent.com/16473147/155850916-9a65907c-e844-499d-ada1-5c46fd9c239d.png)\n![kotlin](https://user-images.githubusercontent.com/16473147/155850918-ae1cfd50-7b8b-47fd-96e2-b2cd1e008a56.png)\n\n## Want to contribute\nYou can create [issues](https://github.com/initishbhatt/quotes/issues) or [pull requests](https://github.com/initishbhatt/quotes/pulls) to contribute this project\n\n## Find this repository useful? :heart:\nSupport it by joining __[stargazers](https://github.com/initishbhatt/Quotes/stargazers)__ for this repository. :star: \u003cbr\u003e\nAlso, __[follow me](https://github.com/initishbhatt)__ on GitHub for my next creations! 🤩\n\n## License 🔖\n```\nMIT License\n\nCopyright (c) 2021 Nitish Bhatt\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%2Finitishbhatt%2Fquotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finitishbhatt%2Fquotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finitishbhatt%2Fquotes/lists"}