utils android
1.0.3
AnimUtils - 旋转,透明度,视图压缩;BitmapUtils与位图工作的有益功能;EncryptUtils -SHA1,基本64标准工作套件FontUtils使用字体,字体和卢布符号的功能;GrammarUtils - 在正确的情况下形成了经常遇到案件的线路,例如“ 8摄影师”;IntentUtils - 用于频繁的意图。过程不正确的情况,例如没有执行意图的应用程序;MoneyUtils与货币金额的线形成合作,例如:“ 1,800₽”ResUtils使用资源,DP转换为像素,反之亦然UiUtils使用键盘ValidateUtils - 检查 - 检查电子邮件和卡号Gradle插件最多3.0.0
dependencies {
.. .
compile " su.ias.components:utils-android: $l astVersion "
compile " com.android.support:exifinterface: $S upportVersion "
}Gradle插件3.0.0+
dependencies {
.. .
implementation " su.ias.components:utils-android: $l astVersion "
implementation " com.android.support:exifinterface: $S upportVersion "
}一个小的bilbiotext,可以促进片段工作,有简单的动画
片段更换的简单示例
new FragmentBuilde ( R . id . container , new Fragment (), getSupportFragmentMamanger ())
. addStringArgument ( "title" , "string params" )
. setAnimation ( new SlideLeftToRight ())
. addToBackStack ( true )
. replace ();