I have the string code of a base64 image, the problem is this code I need to pass it to image, I have seen that online platforms make it perfect, but in Android? how could you insert this base64 code and turn it into an image showing it in ImageView.
I was using this but it did not work:
TextView tv = (TextView)findViewById(R.id.textView);
tv.buildDrawingCache();
ImageView img = (ImageView)findViewById(R.id.imageView);
img.setImageBitmap(tv.getDrawingCache());
The format is: image / tiff