awesome-kotlin-extensions icon indicating copy to clipboard operation
awesome-kotlin-extensions copied to clipboard

Image Loading Extension using Glide

Open ch8n opened this issue 5 years ago • 0 comments

please do check out - https://github.com/ch8n/playground-extension-sample for sample related to Picasso so there is consistency in implementation

Image Loading Extension

Expecting Image lading function over Glide

should contain the following function

  • Load image from string url
  • Load image from file
  • shows a place holder image
  • should be null safe
  • should be able to handle loading and canceling of image loading task in recycler view any other feature also welcomed

Acceptance

Need to be created over Glide Image Loading Library https://bumptech.github.io/glide/

How did you tested the extension?

please mention how did you tested the extension and save to use while generating the PR

ch8n avatar Oct 17 '20 18:10 ch8n