Burhan
0
Q:

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)
1

New to Communities?

Join the community