Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 354 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 354 Bytes

ListViewGif

Show Gif animation in a List View

There are several issues for this implementation:

  1. Currently the downloaded gif is cached only within the GifView. once the gifview is been reused, the cache lost
  2. Default AsyncTask in Android is running in a 1-size Thread Pool, which means we can not download gif files simultaneously.