ch8n / awesome-kotlin-extensions

A curated collection of awesome Kotlin extensions android/non-android. :octocat:
23 stars 6 forks source link

Image Loading Extension - Picasso #3

Open ch8n opened 3 years ago

ch8n commented 3 years ago

Image Loading Extension

Expecting Image lading function over Picasso by Square

should contain the following function

  1. Load image from string url
  2. Load image from file
  3. shows a place holder image
  4. should be null safe
  5. 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 Picasso Image Loading Library https://square.github.io/picasso/

How did you tested the extension?

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

pooja-srivs commented 3 years ago

Hi, I would like to contribute to this.