Popularity
5.5
Declining
Activity
0.0
Stable
460
27
153

Code Quality Rank: L5
Programming language: Java
License: BSD 3-clause "New" or "Revised" License
Tags: ImageView Widget    

gif-movie-view alternatives and similar packages

Based on the "ImageView Widget" category.
Alternatively, view gif-movie-view alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gif-movie-view or a related project?

Add another 'ImageView Widget' Package

README

gif-movie-view

Android View widget for displaying GIF animations.

To show animated GIF in your application just add GifMovieView into your layout.

        <com.basv.gifmoviewview.widget.GifMovieView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:onClick="onGifClick"
            custom:gif="@drawable/my_animated_gif"/>

You can set Movie object dynamically or as a resource ID and control animation playback.