Picasso.get().load(rest.getImage()).into(image)java.lang.IllegalStateException: Method call should happen from the main thread.
new Handler(Looper.getMainLooper()).post(() -> {
Picasso.get().load(rest.getImage()).into(image);
});