Skip to content

a simple and easy-use image loader, just for my personal learning

Notifications You must be signed in to change notification settings

willbe058/Monet

Repository files navigation

Monet

a simple and easy-use image loader, just for my personal learning

##Usage

  • just add some lines in your project build.gradle
allprojects {

		repositories {
			...
			maven { url "https://www.jitpack.io" }
		}
	}
	
  • and your app build.gradle
dependencies {
	        compile 'com.github.willbe058:monet:0.1.1'
	}
	

and use it in your project

	
	Monet.build(context).draw(url,imageview,100,100);

that's it!

About

a simple and easy-use image loader, just for my personal learning

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages