mvp-android topic

List mvp-android repositories

ConductorMVP

195
Stars
32
Forks
Watchers

Multi-project Clean Architecture MVP app in Kotlin using Conductor, Room, RxJava 2, Dagger 2 with custom scopes

Preservely

22
Stars
1
Forks
Watchers

Lightweight Android lib preserving objects instances during orientation changes

mvp-sample

40
Stars
8
Forks
Watchers

一个简单的MVP示例,和传统不一样的是,我们把Activity/Fragment作为Presenter,把View单独提出来,扩展了Presenter的能力。

Bubbble

223
Stars
26
Forks
Watchers

Sample app showcases the MVP pattern and Robert Martin's Clean Architecture approach.

CleanArchitectureManifest

458
Stars
42
Forks
Watchers

Description of the main principles and rules for building an Android application using Clean Architecture approach

mvp-android-arch-component

435
Stars
99
Forks
Watchers

Android MVP sample adapts with new Android architecture components (Lifecycle, Room).

Protein

582
Stars
78
Forks
Watchers

:egg: An Android App for Dribbble

KotlinMvpArchitecture

140
Stars
34
Forks
Watchers

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

KotlinMvpTemplateGenerator

62
Stars
15
Forks
Watchers

Android Studio template for Kotlin with MVP + Dagger2 + Retrofit2

KotlinRxMvpArchitecture

99
Stars
22
Forks
Watchers

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