Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 509 Bytes

File metadata and controls

15 lines (13 loc) · 509 Bytes

AndroidUtils

列出了常用的一些工具类,logUtils,EmptyUtils,StringUtils,SystemUtils,ToastUtils,VersionUtils

LOadingAndRetryLayout布局(参考借鉴别人的)

Maven

<dependency>
  <groupId>com.mlr</groupId>
  <artifactId>AndroidUtils</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>

Gradle

compile 'com.mlr:AndroidUtils:1.1.0'