DialogFragment Wrapper,Chained call and simple, fast use.
- 对 DialogFragment 常用的 API 进行封装,使用简单、定制样式简单、扩展性强
- 链式调用,使用起来如丝般顺畅
- 支持屏幕旋转或者其他情况下重建的属性状态的保存
Step 1. Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
//...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.zyyoona7:EasyDialog:VERSION_CODE'
}
最新的VERSION_CODE