Popularity
0.7
Stable
Activity
0.0
Stable
6
1
3

Description

a simple demo about MVP+Moxy+rxJava2+Dagger2+Retrofit2+UnitTest

Uses MVP MOXY Dagger2 rxJava2 Retrofit2 Mockito

Programming language: Java
Tags: MVP     Sqlite     Database     ORM     Demo     Libraries     Retrofit     RxJava     REST     Dagger    

Simple and beautiful Etsy client via MVP alternatives and similar packages

Based on the "Demo" category.
Alternatively, view Simple and beautiful Etsy client via MVP alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Simple and beautiful Etsy client via MVP or a related project?

Add another 'Demo' Package

README

License Apache 2.0

Awesome Android

minSdkVersion 19 compileSdkVersion 25

Simple and beautiful Etsy client via MVP

a simple demo about MVP+Moxy+rxJava2+Dagger2+Retrofit2+UnitTest

Uses MVP MOXY Dagger2 rxJava2 Retrofit2 Mockito

What is MVP (ModelViewPresenter)?


  • View is a layer that displays data and reacts to user actions. On Android, this could be an Activity, a Fragment, an android.view.View or a Dialog.
  • Model is a data access layer such as database API or remote server API.
  • Presenter is a layer that provides View with data from Model. Presenter also handles background tasks.

LINKS

ART


*Note that all licence references and agreements mentioned in the Simple and beautiful Etsy client via MVP README section above are relevant to that project's source code only.