项目作者: AnelCC

项目描述 :
This repository contains simple VMP with dagger.
高级语言: Java
项目地址: git://github.com/AnelCC/Simple_MVP_Dagger.git
创建时间: 2020-02-19T02:43:43Z
项目社区:https://github.com/AnelCC/Simple_MVP_Dagger

开源协议:

下载


Simple VMP

Android

This repository contains simple VMP with dagger.

Preview 🎉

Library References

  1. Java
  2. MVP
  3. Dagger2

Package Structure

  1. com.anelcc.mvp # Root Package
  2. .
  3. ├── app # Application component, modules, etc.
  4. ├── model # Model classes
  5. ├── repository # Repository to handle network API.
  6. └── login # Activity/View layer
  7. │── Activity # Screen Activity and ViewModel
  8. │── Interface # MVP Interface
  9. └── Model