Picasso image is not loading on first run
问题 I am using picasso to load image from a url. Since i needed bitmap for further processing, I am using Target() class for saving the bitmap. But picasso is not loading the image on the first run. But it loads at the time when i goes to another activity and getting back to the picasso implemented activity. Why it is happening ? Any fixes? My code is below, Picasso.with(getActivity()).load(card.getExtras().getImageUrl()).into(new Target() { @Override public void onBitmapLoaded(Bitmap bitmap,