Skip to content

a common Architecture for Android Applications developing based on MVP,integrates many Open Source Projects ,to make your developing quicker and easier. 一个集成了众多开源项目的Android MVP快速开发框架。

Notifications You must be signed in to change notification settings

DroidFun/MVPCommon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

MVPCommon

a common Architecture for Android Applications developing based on MVP,integrates many Open Source Projects ,to make your developing quicker and easier.

一个集成了众多开源项目的Android MVP快速开发框架。 项目效果:

blog update with all of the process

全程博客更新:

1 开篇介绍和工程目录结构

2 Android架构合集

3 google官方架构MVP解析与实战

4 网络图片加载的封装

目前效果图:

目前功能

1 BaseActivity & BaseFragment for mostly common operation.

BaseActivity 和BaseFragment 初始化大多数操作。

2 swipe back with gesture in activity.

支持activity滑动返回。

3 many utils classes for developing

开发中常用的工具类

4 MVP design from google example

和google官网类似的MVP设计

5 network status observer

网络状态监听

6interface of loading view,empty view ,error view for all views.

为所有界面添加了加载界面,错误界面以及空界面的接口

7ImageLoader encapsulation using Glide

使用glide封装的ImageLoader,作为图片加载工具

About

a common Architecture for Android Applications developing based on MVP,integrates many Open Source Projects ,to make your developing quicker and easier. 一个集成了众多开源项目的Android MVP快速开发框架。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.1%
  • Java 39.6%
  • CSS 0.3%