{"id":20938460,"url":"https://github.com/jshvarts/conductormvp","last_synced_at":"2025-05-13T22:31:39.955Z","repository":{"id":130096115,"uuid":"110488009","full_name":"jshvarts/ConductorMVP","owner":"jshvarts","description":"Multi-project Clean Architecture MVP app in Kotlin using Conductor, Room, RxJava 2, Dagger 2 with custom scopes","archived":false,"fork":false,"pushed_at":"2018-01-13T22:10:02.000Z","size":377,"stargazers_count":194,"open_issues_count":1,"forks_count":30,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-02T09:03:43.037Z","etag":null,"topics":["butterknife","conductor","dagger-2","dagger2-mvp","kotlin-android","multi-project","mvp-android","room","room-persistence-library","rxandroid","rxjava2"],"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/jshvarts.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":"2017-11-13T02:00:33.000Z","updated_at":"2024-06-27T09:28:46.000Z","dependencies_parsed_at":"2023-06-30T07:01:14.268Z","dependency_job_id":null,"html_url":"https://github.com/jshvarts/ConductorMVP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshvarts%2FConductorMVP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshvarts%2FConductorMVP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshvarts%2FConductorMVP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshvarts%2FConductorMVP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jshvarts","download_url":"https://codeload.github.com/jshvarts/ConductorMVP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254036813,"owners_count":22003655,"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":["butterknife","conductor","dagger-2","dagger2-mvp","kotlin-android","multi-project","mvp-android","room","room-persistence-library","rxandroid","rxjava2"],"created_at":"2024-11-18T22:51:01.904Z","updated_at":"2025-05-13T22:31:39.944Z","avatar_url":"https://github.com/jshvarts.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConductorMVP\n\n[![Build Status](https://travis-ci.org/jshvarts/ConductorMVP.svg?branch=master)](https://travis-ci.org/jshvarts/ConductorMVP)\n\nThe source code in this repo accompanies my article [Creating Clean Architecture Multi-Project MVP App](http://proandroiddev.com/creating-clean-architecture-multi-project-mvp-app-34d753a187ad).\n\nHere you will find a multi-project single Activity TODO app using [Conductor](https://github.com/bluelinelabs/Conductor) implementing MVP pattern (each `Controller` is a View).\n\n## Main Libraries\n\n* Conductor\n* Room (with fully reactive data types)\n* RxJava 2 and RxAndroid\n* Dagger 2 with custom scopes\n* ButterKnife for view binding\n\n## Multi-Project setup\n\nThe app is configured as multi-project Gradle setup which improves build and testing speed in addition to providing clear isolation between the components of the app:\n\n* **domain** module contains business logic/use-cases/repository interfaces as well as *Model*\n* **data** module contains implementation of the **domain** layer abstractions\n* **presentation** module contains Views and Presenters as well as Dependency Injection setup that glues all layers together\n\n![Relationship between modules](docs/modules.png?raw=true)\n\nThis setup enables you to swap your backend implementation (for instance, migrate to Firebase or Realm) simply by replacing your **data** layer module and modifying a dependency in the **presentation** module. \nIf the data layer changes, domain layer is not affected.\n\n## Screenshots\n\n![List of notes](docs/notes.png?raw=true)\n\n![Note detail](docs/note_detail.png?raw=true)\n\n![Edit a note](docs/edit_note.png?raw=true)\n\n## Code Quality\n\nThis project aims to maintain high test coverage for all modules.\n\n**Unit test code coverage is at 96%** (Views are excluded from unit tests since they are rather passive).\n\nMain libraries used for testing are:\n \n* JUnit\n* Mockito-kotlin\n* Hamcrest\n* Jacoco\n\n## License\n\n    Copyright 2017 James Shvarts\n\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjshvarts%2Fconductormvp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjshvarts%2Fconductormvp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjshvarts%2Fconductormvp/lists"}