Android loading animation with images changing
- imagesArray
- duration
- dividerColor
- backgroundColor
 <com.cunoraz.loadingimages.LoadingImagesView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:imagesArray="@array/your_image_array" />
Project build.gradle
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
App build.gradle
implementation 'com.github.Cutta:LoadingImagesAnimation:1.1'

