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 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -