A simple android library to play with GIF

Overview

EasyGifView

A simple android library to play with GIF

Android Arsenal API Donate

Usage

Gradle

1 Add it in your root build.gradle at the end of repositories

  allprojects {
	  repositories {
		  maven { url 'https://jitpack.io' }
	  }
  }

2 Add the dependency

  dependencies {
        compile 'com.github.IsPra94:EasyGifView:1.0.1'
  }

Maven

1 Add the JitPack repository to your build file

 
   
	 
    
	     
     
      jitpack.io
     
	     
     
      https://jitpack.io
     
	 
    
 
   

2 Add the dependency

 
   
    
    
     com.github.IsPra94
    
    
    
     EasyGifView
    
    
    
     1.0.1
    
 
   

In Your Android Project

EasyGifView easyGifView = (EasyGifView) findViewById(R.id.easyGifView); easyGifView.setGifFromResource(R.drawable.play); //Your own GIF file from Resources">

  
    
    
    
EasyGifView easyGifView = (EasyGifView) findViewById(R.id.easyGifView);
easyGifView.setGifFromResource(R.drawable.play); //Your own GIF file from Resources
You might also like...
Library to handle asynchronous image loading on Android.

WebImageLoader WebImageLoader is a library designed to take to hassle out of handling images on the web. It has the following features: Images are dow

Glide Bitmap Pool is a memory management library for reusing the bitmap memory
Glide Bitmap Pool is a memory management library for reusing the bitmap memory

Glide Bitmap Pool About Glide Bitmap Pool Glide Bitmap Pool is a memory management library for reusing the bitmap memory. As it reuses bitmap memory ,

Andorid library that loads images asynchronously into cache using a thread pool
Andorid library that loads images asynchronously into cache using a thread pool

AndroidImageLoader AndroidImageLoader is a fork of the Image Loader component in libs-for-android. The AndroidImageLoader is an Android library that h

🍂 Jetpack Compose image loading library which can fetch and display network images using Glide, Coil, and Fresco.
🍂 Jetpack Compose image loading library which can fetch and display network images using Glide, Coil, and Fresco.

🍂 Jetpack Compose image loading library which can fetch and display network images using Glide, Coil, and Fresco.

Compose Image library for Kotlin Multiplatform.

Compose ImageLoader Compose Image library for Kotlin Multiplatform. Setup Add the dependency in your common module's commonMain sourceSet kotlin {

Android Asynchronous Networking and Image Loading
Android Asynchronous Networking and Image Loading

Android Asynchronous Networking and Image Loading Download Maven Git Features Kotlin coroutine/suspend support Asynchronously download: Images into Im

Image loading for Android backed by Kotlin Coroutines.

An image loading library for Android backed by Kotlin Coroutines. Coil is: Fast: Coil performs a number of optimizations including memory and disk cac

Adds touch functionality to Android ImageView.

TouchImageView for Android Capabilities TouchImageView extends ImageView and supports all of ImageView’s functionality. In addition, TouchImageView ad

A circular ImageView for Android
A circular ImageView for Android

CircleImageView A fast circular ImageView perfect for profile images. This is based on RoundedImageView from Vince Mi which itself is based on techniq

Comments
  • Q: Can I Scale the GIF Inside The View?

    Q: Can I Scale the GIF Inside The View?

    I want to use "scaleType" attribute and set it to "centerCrop" inside the EasyGifView like this:

    <com.medialablk.easygifview.EasyGifView android:id="@+id/category_icon" android:layout_width="match_parent" android:layout_height="160dp" android:layout_gravity="center" android:scaleType="centerCrop" />

    But it seems to not affect the EasyGifView at all.

    opened by Mystogun 0
Releases(1.0.1)
Owner
Isuru Prabath
Isuru Prabath
:ribbon: The simple way to implement a beautiful ribbon with the shimmering on Android.

AndroidRibbon ?? The simple way to implement a beautiful ribbon with the shimmering on Android. 中文語 Download Gradle Add below codes to your root build

Jaewoong Eum 653 Jan 7, 2023
A simple & efficient anti-afk plugin written in kotlin

Chat Box A simple & efficient anti-afk plugin written in kotlin. Features Permission based afk bypasses Configurable settings Dependencies helper Comp

GrowlyX 5 Mar 5, 2022
An image loading and caching library for Android focused on smooth scrolling

Glide | View Glide's documentation | 简体中文文档 | Report an issue with Glide Glide is a fast and efficient open source media management and image loading

Bump Technologies 33.2k Jan 7, 2023
A powerful image downloading and caching library for Android

Picasso A powerful image downloading and caching library for Android For more information please see the website Download Download the latest AAR from

Square 18.4k Jan 6, 2023
Powerful and flexible library for loading, caching and displaying images on Android.

Universal Image Loader The great ancestor of modern image-loading libraries :) UIL aims to provide a powerful, flexible and highly customizable instru

Sergey Tarasevich 16.8k Jan 8, 2023
An Android library for managing images and the memory they use.

Fresco Fresco is a powerful system for displaying images in Android applications. Fresco takes care of image loading and display, so you don't have to

Facebook 16.9k Jan 8, 2023
Photo picker library for android. Let's you pick photos directly from files, or navigate to camera or gallery.

ChiliPhotoPicker Made with ❤️ by Chili Labs. Library made without DataBinding, RxJava and image loading libraries, to give you opportunity to use it w

Chili Labs 394 Jan 2, 2023
An Android transformation library providing a variety of image transformations for Glide.

Glide Transformations An Android transformation library providing a variety of image transformations for Glide. Please feel free to use this. Are you

Daichi Furiya 9.7k Dec 30, 2022
An android image compression library.

Compressor Compressor is a lightweight and powerful android image compression library. Compressor will allow you to compress large photos into smaller

Zetra 6.7k Jan 9, 2023
An Android transformation library providing a variety of image transformations for Picasso

Picasso Transformations An Android transformation library providing a variety of image transformations for Picasso. Please feel free to use this. Are

Daichi Furiya 1.7k Jan 5, 2023