rickseven / kotlin-android-mvp-sample

MVP (Model-View-Presenter) is a software design pattern that works pretty well in Android projects and helps separate presentation layer from domain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is a sample of an android application using kotlin which implements the MVP pattern approach.

About

MVP (Model-View-Presenter) is a software design pattern that works pretty well in Android projects and helps separate presentation layer from domain.


Languages

Language:Kotlin 100.0%