• Stars
    star
    109
  • Rank 308,990 (Top 7 %)
  • Language
    Java
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android loading animation with images changing

LoadingImagesAnimation

Android loading animation with images changing

SCREENS

|

PROPERTIES

  • imagesArray
  • duration
  • dividerColor
  • backgroundColor

USAGE

 <com.cunoraz.loadingimages.LoadingImagesView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:imagesArray="@array/your_image_array" />

IMPORT

Project build.gradle

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

App build.gradle

implementation 'com.github.Cutta:LoadingImagesAnimation:1.1'