All Projects → Petrulak → Android Kotlin Mvp Clean Architecture

Petrulak / Android Kotlin Mvp Clean Architecture

Licence: mit
Clean architecture blueprint using Kotlin and MVP pattern.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Android Kotlin Mvp Clean Architecture

Android-Starter-Kit
This is up-to-date android studio project for native android application, that is using modern tools and libraries.
Stars: ✭ 16 (-84.76%)
Mutual labels:  mvp, clean-architecture, rxjava2, retrofit2, mvp-pattern, mvp-android
GithubApp-android-architecture
Let's learn a deep look at the Android architecture
Stars: ✭ 16 (-84.76%)
Mutual labels:  mvp, clean-architecture, android-architecture, rxjava2, retrofit2
Android Mvp Architecture
🏛 A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.
Stars: ✭ 203 (+93.33%)
Mutual labels:  mvp, clean-architecture, android-architecture, mvp-android, mvp-pattern
Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (+36.19%)
Mutual labels:  mvp, clean-architecture, mvp-android, mvp-pattern, retrofit2
Armscomponent
📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Stars: ✭ 1,664 (+1484.76%)
Mutual labels:  rxjava2, mvp, android-architecture, mvp-android, retrofit2
Android Mvp Mvvm Flytour
🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、Android MVVM架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精…
Stars: ✭ 2,948 (+2707.62%)
Mutual labels:  rxjava2, android-architecture, mvp-android, mvp-pattern, retrofit2
Mvparms
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
Stars: ✭ 10,146 (+9562.86%)
Mutual labels:  mvp, android-architecture, mvp-android, mvp-pattern, retrofit2
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (+34.29%)
Mutual labels:  rxjava2, mvp, clean-architecture, mvp-android, mvp-pattern
Android tmdb clean architecture
Showcase of clean architecture concepts along with Continuous Integration and Development for modular Android applications. Includes test suits (functional and unit tests) along with code coverage.
Stars: ✭ 63 (-40%)
Mutual labels:  mvp, clean-architecture, android-architecture, mvp-android, retrofit2
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (-10.48%)
Mutual labels:  mvp, clean-architecture, mvp-android, mvp-pattern, retrofit2
BESTV
Android TV App powered by TMDb. It is a easy way to find the best TV content, the top movies, series... all of that in your TV.
Stars: ✭ 49 (-53.33%)
Mutual labels:  clean-architecture, rxjava2, retrofit2, mvp-android
Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (-4.76%)
Mutual labels:  rxjava2, mvp, mvp-android, retrofit2
idreminder
Simple reminder app build with Kotlin + Clean Architecture + RxJava + Dagger2 + MVP + Room
Stars: ✭ 29 (-72.38%)
Mutual labels:  mvp, clean-architecture, rxjava2, room-persistence-library
mvp-android-template
MVP Android Template to give you a Quick Head Start for your next Android Project. It implements MVP Architecture using Dagger2, Room, RxJava2 , Retrofit2
Stars: ✭ 20 (-80.95%)
Mutual labels:  mvp, rxjava2, retrofit2, mvp-android
LittleLight
An Android app that uses Destiny's API to interact with in-game inventory.
Stars: ✭ 19 (-81.9%)
Mutual labels:  clean-architecture, rxjava2, retrofit2, mvp-android
Clean-MVVM-NewsApp
Android News app developed using Clean + MVVM architecture
Stars: ✭ 52 (-50.48%)
Mutual labels:  clean-architecture, rxjava2, retrofit2, room-persistence-library
KotlinMvpTemplateGenerator
Android Studio template for Kotlin with MVP + Dagger2 + Retrofit2
Stars: ✭ 65 (-38.1%)
Mutual labels:  mvp, clean-architecture, mvp-pattern, mvp-android
Business Search App Java
Showcases object oriented programming in Java, Java Swing, Kotlin, and Android
Stars: ✭ 53 (-49.52%)
Mutual labels:  rxjava2, mvp, clean-architecture, retrofit2
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (-52.38%)
Mutual labels:  mvp, retrofit2, mvp-pattern, mvp-android
MVPArchitecture
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Stars: ✭ 27 (-74.29%)
Mutual labels:  clean-architecture, rxjava2, retrofit2, mvp-android

Kotlin MVP Clean Architecture

Tired of searching for simple, readable and easy to start with template for your Android application?

If your answer is yes, i have a solution for you in this repository!

Sample app contains implementation of Clean architecture for Android using Kotlin, RxJava2, Dagger2 and MVP pattern.

Features

  • Clean architecture - App is divided into 3 modules. Data -> Domain -> Presentation
  • MVP - Presentation layer is using model view presenter (MVP) design pattern.
  • EventBus - Implementation of event bus using RxRelay.
  • DataBus - Keep data in sync across various part of application.
  • Networking layer - Network calls done via Retrofit.
  • Persistence layer - Store data using Room.
  • Debugging
    • Stetho - Debug API calls, explore view hierarchy & storage.
    • LeakCanary - Discover memory leaks.
    • Timber - Log errors and pass them into your crash reporting tool (Instabug, Crashlytics etc..).
  • Analytics Manager - Basic interface to track events you are interested in. Sample usage with Mixpanel.

Work in progress

  • Unit Tests
  • UI Tests

Feel free to contribute :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].