Loading Gif in android Easy Steps | ASquareTech Get the Professional Skills

Loading Gif in android Easy Steps

Step 1: implement library and Sync Project


implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.3'


Step 2: Add View in XML

<pl.droidsonroids.gif.GifImageView    android:layout_gravity="center"    android:layout_width="wrap_content"    android:src="@drawable/loading_logo"    android:layout_height="wrap_content" />

That's it ! Enjoy
Don't forget to Subscribe..
https://www.youtube.com/channel/UC7YDPzkSEawrwJ68Gm9rH2A


Comments

Popular Posts