AnelCC / Simple_MVP_Dagger

This repository contains simple VMP with dagger.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple VMP

Android

This repository contains simple VMP with dagger.

Preview πŸŽ‰

Library References

  1. Java
  2. MVP
  3. Dagger2

Package Structure

com.anelcc.mvp    # Root Package
.
β”œβ”€β”€ app                 # Application component, modules, etc.
β”œβ”€β”€ model               # Model classes
β”œβ”€β”€ repository          # Repository to handle network API.
β”‚
└── login               # Activity/View layer
    │── Activity        # Screen Activity and ViewModel
    │── Interface       # MVP Interface
    └── Model

About

This repository contains simple VMP with dagger.


Languages

Language:Java 100.0%