79618469

Date: 2025-05-12 18:43:12
Score: 3
Natty:
Report link

(1).

Bitmap bitmap = ((BitmapDrawable) holder.newsImage.getDrawable()).getBitmap();
  SecondActivity.bitMap = bitmap; 

(2).

public static Bitmap bitmap = null;
if (bitmap!=null){
    tvImage.setImageBitmap(bitmap);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: Shakil Adnan