GitPedia

KotlinRxMvpArchitecture

Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!

From burakeregar·Updated October 10, 2025·View on GitHub·

MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)! The project is written primarily in Kotlin, distributed under the MIT License license, first published in 2017. Key topics include: clean-architecture, dagger2, dagger2-mvp, kotlin, kotlin-android.

KotlinRxMvpArchitecture

MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!

Note: This repo contains two branches. Master branch has the simplified version of the architecture. For clean MVP architecture with all the layers, please checkout mvp-clean-rx-dagger branch.

Main purpose of this repo is dealing unit testing problems and find easy ways to handle them.

Please find the related Medium article here.

Note: If you do not want to use RxJava, you can check this repo.

<img src="https://github.com/burakeregar/KotlinRxMvpArchitecture/blob/master/art/ss1.png" width="266" height="450"><img src="https://github.com/burakeregar/KotlinRxMvpArchitecture/blob/master/art/gif.gif" width="266" height="450"><img src="https://github.com/burakeregar/KotlinRxMvpArchitecture/blob/master/art/ss2.png" width="266" height="450">

The project searches user's input in the Github using Github API and shows related response in the listing page.

LICENSE

MIT License

Copyright (c) 2017 Burak Eregar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

This article is auto-generated from burakeregar/KotlinRxMvpArchitecture via the GitHub API.Last fetched: 6/27/2026