hi thanks for this source
i want set image by squareProgressBartwo.setImage();
but i cant set downloaded image by
Picasso.with(mContext).load(feedItem.getThumbnail())
.error(R.drawable.placeholder)
.placeholder(R.drawable.placeholder)
.into(feedListRowHolder.thumbnail);
hi thanks for this source i want set image by squareProgressBartwo.setImage(); but i cant set downloaded image by Picasso.with(mContext).load(feedItem.getThumbnail()) .error(R.drawable.placeholder) .placeholder(R.drawable.placeholder) .into(feedListRowHolder.thumbnail);
picasso how worked for this?