{"id":13428766,"url":"https://github.com/ffgiraldez/reactive-mvvm-android","last_synced_at":"2025-07-28T16:33:14.821Z","repository":{"id":150630879,"uuid":"46708958","full_name":"ffgiraldez/reactive-mvvm-android","owner":"ffgiraldez","description":"My way to MVVM using KotlinX Coroutines and Android data-binding","archived":false,"fork":false,"pushed_at":"2025-05-18T11:03:53.000Z","size":515,"stargazers_count":637,"open_issues_count":15,"forks_count":78,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-05-18T12:22:13.995Z","etag":null,"topics":["android-databinding","architecture-components","arrow-kt","coroutines-flow","functional-reactive-programming","koin","kotlin","kotlin-coroutines","kotlin-flow","kotlin-functional-programming","livedata","mvvm","room","viewmodel"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ffgiraldez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2015-11-23T09:09:58.000Z","updated_at":"2025-01-08T07:25:59.000Z","dependencies_parsed_at":"2023-10-05T05:37:17.702Z","dependency_job_id":"41ce6568-7334-4e2a-927d-b058360aa35f","html_url":"https://github.com/ffgiraldez/reactive-mvvm-android","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/ffgiraldez/reactive-mvvm-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffgiraldez%2Freactive-mvvm-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffgiraldez%2Freactive-mvvm-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffgiraldez%2Freactive-mvvm-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffgiraldez%2Freactive-mvvm-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ffgiraldez","download_url":"https://codeload.github.com/ffgiraldez/reactive-mvvm-android/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffgiraldez%2Freactive-mvvm-android/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267549089,"owners_count":24105713,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-databinding","architecture-components","arrow-kt","coroutines-flow","functional-reactive-programming","koin","kotlin","kotlin-coroutines","kotlin-flow","kotlin-functional-programming","livedata","mvvm","room","viewmodel"],"created_at":"2024-07-31T01:01:04.614Z","updated_at":"2025-07-28T16:33:14.771Z","avatar_url":"https://github.com/ffgiraldez.png","language":"Kotlin","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# Reactive MVVM\n\nMy way to MVVM using KotlinX Coroutines with Android databinding\n\n## Summary\n* Use [MVVM][1] using [architecture components][6] with to separate Android Framework with a [clean architecture][2] to my domain logic.\n* Use [Android Databinding][3] wih [LiveData][8] to glue [ViewModel][9] and Android\n* Asynchronous communications implemented with [KotlinX Coroutines][4].\n* Rest API from [ComicVine][5]\n* Store data using [Room][7]\n\n## Dependencies\n* architecture components\n  * livedata\n  * room\n  * viewmodel\n* kotlinx coroutines\n* floating search\n* okhttp\n* retrofit\n* koin\n* picasso\n\n### Testing\n* [Kotest][10]\n* [Android Junit 5][11]\n* [Turbine][12]\n\nTODO LIST\n---------\n\n* Better UI, with Material Design concepts and so on\n* ~~Add unit tests, allways fail on that :(~~ :white_check_mark:\n\nDeveloped By\n------------\n\nFernando Franco Giráldez - \u003cffrancogiraldez@gmail.com\u003e\n\n\u003ca href=\"https://twitter.com/thanerian\"\u003e\n  \u003cimg alt=\"Follow me on Twitter\" src=\"/images/twitter_icon.png\" height=\"128\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"http://es.linkedin.com/pub/fernando-franco-giraldez/22/803/b44/es\"\u003e\n  \u003cimg alt=\"Add me to Linkedin\" src=\"/images/linkedin_icon.png\" height=\"128\"/\u003e\n\u003c/a\u003e\n\nLicense\n-------\n\n    Copyright 2019 Fernando Franco Giráldez\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n    \n[1]: https://en.wikipedia.org/wiki/Model_View_ViewModel\n[2]: http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-architecture.html\n[3]: https://developer.android.com/topic/libraries/data-binding/index.html\n[4]: https://github.com/Kotlin/kotlinx.coroutines\n[5]: http://www.comicvine.com/api/\n[6]: https://developer.android.com/topic/libraries/architecture/index.html\n[7]: https://developer.android.com/topic/libraries/architecture/room.html\n[8]: https://developer.android.com/topic/libraries/architecture/livedata.html\n[9]: https://developer.android.com/topic/libraries/architecture/viewmodel.html\n[10]: https://kotest.io\n[11]: https://github.com/mannodermaus/android-junit5\n[12]: https://github.com/cashapp/turbine\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffgiraldez%2Freactive-mvvm-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fffgiraldez%2Freactive-mvvm-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffgiraldez%2Freactive-mvvm-android/lists"}