Skip to content

bhanup212/Greedy

Repository files navigation

Greedy

a simple android image loading library developed in kotlin

Step1: Add it in your root build.gradle at the end of repositories:

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step2: Add the dependency

dependencies {
           implementation 'com.github.bhanup212:Greedy:1.0'
   }

Usage:

ImageLoader.load("https://homepages.cae.wisc.edu/~ece533/images/boat.png",imageview)

About

a simple android image loading library developed in kotlin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages