We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Team, Getting bmp value null for below implementation.
bmp
null
String filePath = "file:///data/user/0/com.app.doctor/cache/com.ciscowebex.sdk.downloads/thumb-c0d0e7e6-0e90-43e6-b36a-2ad684b0f5fd-file_example_TIFF_1MB1402900616ORIGINAL_Aircraft_Rescue_Firefighting_training.tiff"; Bitmap bmp = TiffBitmapFactory.decodePath(filePath); imageView.setImageBitmap(bmp);
kindly help me with this.
The text was updated successfully, but these errors were encountered:
Sorry for long replay) could you provide some logs? Also why path to file is so strange? do you use content provider to get file?
Sorry, something went wrong.
No branches or pull requests
Hi Team,
Getting
bmp
valuenull
for below implementation.kindly help me with this.
The text was updated successfully, but these errors were encountered: