All Projects → Cutta → Loadingimagesanimation

Cutta / Loadingimagesanimation

Android loading animation with images changing

Programming Languages

java
68154 projects - #9 most used programming language

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'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].