Add Gif file in Android xml file


Add Gif file in Android xml file 




Very Easy : Only 2 steps  :) 



Step1:
            Add Dependency/ library dependencies in Gradle(App)  file . 



        
            compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.+'
       







Step2: 
      
        Now write code on .XML file just like below: 



        
      <pl.droidsonroids.gif.GifTextView
           android:id="@+id/gif"
           android:layout_width="match_parent"
           android:layout_height="match_parent"
           android:layout_centerInParent="true"
           android:background="@drawable/comeout"
          />









👶👶👶👶👶👶👶👶👶👶👶 Finish For Today   👶👶👶👶👶👶👶👶👶👶

মন্তব্যসমূহ

এই ব্লগটি থেকে জনপ্রিয় পোস্টগুলি

API (Application Programming Interface) .