LoadingImagesAnimation
Android loading animation with images changing.
PROPERTIES
- imagesArray
- duration
- dividerColor
- backgroundColor
USAGE
IMPORT
Project build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
App build.gradle
implementation 'com.github.Cutta:LoadingImagesAnimation:1.1'