Skip to content

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();
Clone this wiki locally