Skip to content

songsongtao/fast_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

study_code

How to

Step 1. Add the JitPack repository to your build file

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
	compile 'com.github.songsongtao:fast_code:v1.2'
}

Features

v1.2

  • 添加压缩工具Compressor

v1.1

  • 丰富工具类
  • 封装提示框,popWindow
  • 点赞view,空布局,正方形布局,banner,带删除的EditText

v1.0

  • 基本的工具类
  • android6.0权限封装
  • android7.0文件共享封装
  • 自定义TextView/RelativeLayout,支持边框,圆角,按压效果等
  • 图片压缩封装,以及简单异步批量处理图片

History

  • MPermissionUtils(内存泄漏)改为SPermissionUtils