youyingfeng / Eidos

A small app for interfacing with the Archive of Our Own.
2 stars 0 forks source link

Add image loading to Work Reader #35

Closed youyingfeng closed 3 years ago

youyingfeng commented 3 years ago

Probably using glide or picasso

youyingfeng commented 3 years ago

Use Glide, Picasso doesn't support GIFs according to threads from 3 years ago.

youyingfeng commented 3 years ago

Or try coil: kotlin first and coroutines integration

youyingfeng commented 3 years ago

Refer to this guy's implementation: https://github.com/Commit451/coil-imagegetter

youyingfeng commented 3 years ago

Theres also this, if coil is not needed. https://stackoverflow.com/questions/15617210/android-html-fromhtml-with-images Use coroutines instead of asynctask lmao.

youyingfeng commented 3 years ago

Implemented with d0c0731, although images do not occupy entire width of textview.