-
Notifications
You must be signed in to change notification settings - Fork 71
Image Handler
Orhan Obut edited this page Aug 9, 2015
·
1 revision
With wasp, you can also download and display the images. Wasp provides a good solution for flickering as well.
Wasp.Image
.from("url")
.setDefault(R.id.image)
.setError(R.id.image)
.to(imageView)
.load();
All contributes are welcome.