Giter VIP home page Giter VIP logo

animated-.gif-file-in-android's Introduction

Animated-.gif-file-in-Android

Run animation gif image in android layout. Easily use animation with library file.

##Now follow these below step::

Step 1 : Create a project in Android Studio.

Step 2 : Now add the library script in build.gradle(project: XXX) .

          allprojects {
                repositories {
                      jcenter()
                      mavenCentral()
        
                }
          }
          buildscript {
              repositories {
                     jcenter()
                      mavenCentral()
               }
          
      

Step 3 : Now add the Dependencies in build.gradle(Module: app) .

dependencies {
compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.8'
{

Step 4 : Create layout file in res/layout/your_layout.xml

Step 5 : Copy your .gif file and past in res/drawable directory.

Step 2 : Now add this code to your your_layout.xml file .

        <pl.droidsonroids.gif.GifImageView
            android:id="@+id/gifImageView"
            android:layout_width="match_parent"
            android:layout_height="200dp"
            android:layout_above="@+id/textView"
            android:layout_alignParentLeft="true"
            android:layout_alignParentStart="true"
            android:layout_marginTop="170dp"
            android:src="@drawable/banana"
            app:layout_constraintBottom_toBottomOf="parent"
            app:layout_constraintRight_toRightOf="parent"
            app:layout_constraintTop_toTopOf="parent"
            app:layout_constraintVertical_bias="0.421" />

Here android:src="@drawable/banana" banana is your animated gif file name.

Follow on Web::

http://bd.nas-tec.ml/blog/2017/11/30/gif-animation-in-android-studio/

animated-.gif-file-in-android's People

Contributors

alam5238 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.