Download base64 encode image using picasso lib in android -


i want load base64 encode image using picsso lib.

mimage=(imageview) findviewbyid(r.id.imageload_image); picasso.with(this).load("http://i.imgur.com/dvpvklr.png").into(mimage); 

above code work fine when change url

https://bma8.officebrain.com/web/binary/image?model=mail.group&field=image_small&id=1

can not load image in imageview.

is there way load image?

please me.

you need intercept answer , change it, try solution click


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -