Download blur image before actual image gets downloaded in android -


i want image downloading whatsapp blur images appear , when click on image clear image gets downloaded.i want same kind of work in android app.can suggest how achieve this?

you can use image loading liabrary(picasso,glide or uil)

firstly load image of low quality if using picasso

picasso.with(this).load("....").resize(100,100).into(imageviews); 

than on click load full image.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -