utils android
1.0.3
AnimUtils - rotation, transparency, compression of View;BitmapUtils - beneficial functions for work with Bitmap;EncryptUtils - SHA1, BASE64 Standard set for workFontUtils - functions for working with fonts, Typeface and ruble sign;GrammarUtils - forms a line for frequently encountered cases in the right case, for example, "8 photographer ";IntentUtils - for frequent work with Intent. Processes incorrect situations like the absence of an application to perform intent;MoneyUtils - Work with the formation of lines for monetary amounts, for example: "1,800 ₽"ResUtils - Work with resources, DP transformation into pixels and vice versaUiUtils - work with the keyboardValidateUtils - check -in checking email and card numbers Gradle Plugin up to 3.0.0
dependencies {
.. .
compile " su.ias.components:utils-android: $l astVersion "
compile " com.android.support:exifinterface: $S upportVersion "
}Gradle Plugin 3.0.0+
dependencies {
.. .
implementation " su.ias.components:utils-android: $l astVersion "
implementation " com.android.support:exifinterface: $S upportVersion "
}a small bilbiotext to facilitate work with fragments, there are simple animations
A simple example of a fragment replacement
new FragmentBuilde ( R . id . container , new Fragment (), getSupportFragmentMamanger ())
. addStringArgument ( "title" , "string params" )
. setAnimation ( new SlideLeftToRight ())
. addToBackStack ( true )
. replace ();