How to display Image taken using Camerax API (Android)
How to display the Image taken using CameraX in Android.
My case : I have two fragments. In one of the fragments I have implemented the CameraX functionality to take the photo and save it locally. And now I want to pass this image to an another fragment and display it there in an ImageView.
What should be the best approach for that ( and if you could provide a working code that would be helpful )
Approaches that I think of to solve this:
1st approach : Send the Uri Id that is extracted from...