awesome-kotlin-extensions
awesome-kotlin-extensions copied to clipboard
Image Loading Extension using Glide
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