প্রথমে gradle(Module :app)
dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) compile 'com.android.support:appcompat-v7:25.3.1' compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.4' (******) testCompile 'junit:junit:4.12'}
উপরে * চিহ্নিত লাইনটি যুক্ত করে দিতে হবে।
তার পর Sync করলে কিছুক্ষন আপেক্ষা করার পর সব রেডি হয়ে যাবে আর কিছু করা লাগবে না।
আপনার xml ফাইল গিয়ে নিচের মত করে gif file টি drawable ফোল্ডারে রেখে imageView করার মত করে call করলে হবে।
<pl.droidsonroids.gif.GifTextView android:layout_marginTop="2dp" android:padding="25dp" android:layout_marginRight="22dp" android:layout_marginLeft="22dp" android:layout_marginBottom="15dp" android:layout_width="wrap_content" android:layout_height="100dp" android:background="@drawable/image" />এখানে image.gif নামে ফাইল টি drawable ফোল্ডারে রাখা আছে।আজ এই পর্যন্ত-নতুন কোন টপিক্স নিয়ে আবার হাজির হব। সে পর্যন্ত ভালথাকবেন।