• Stars
    star
    459
  • Rank 93,291 (Top 2 %)
  • Language
    Java
  • License
    BSD 3-Clause "New...
  • Created over 11 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android View widget for displaying GIF animations.

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.