I’m trying to create a Bitmap or Drawable from existing file path. String path = intent.getStringExtra(“FilePath”); BitmapFactory.Options option = new BitmapFactory.Options(); option….
I’m trying to create a Bitmap or Drawable from existing file path. String path = intent.getStringExtra(“FilePath”); BitmapFactory.Options option = new BitmapFactory.Options(); option….