Answers for "picasso android not working"

1

picasso android not working

Context c = worker_photo.getContext();

ImageView worker_photo = (ImageView) view.findViewById(R.id.user_image);

Picasso.with(c).load("http://localhost_ip/build/temp/5ea5b3b8f31491587917752.png").into(worker_photo);

//localhost_ip is your ip (find it using a command => ifconfig or ipconfig on CMD)
Posted by: Guest on May-03-2020

Browse Popular Code Answers by Language