android picasso cannot load image src after change from server code example
Example: 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)