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 ();