Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 590 Bytes

File metadata and controls

33 lines (22 loc) · 590 Bytes

AppCommon

Common classes for android app (Updating)

notice : all classes pre-suffix is 'PhXxxxx' for search all class

引入项目

Gradle dependency

compile 'com.lijiangping:appcommon:1.0.1'

Maven dependency

<dependency>
  <groupId>com.lijiangping</groupId>
  <artifactId>appcommon</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>

Introduce

appcommon-module : 一些常用的模块集合

appcommon-network : 网络请求框架的封装

appcommon-utils : 常用工具集合

appcommon-widgets : 常用自定义view