So as you can see in the above image I have an requirement to embed camera in Xamarin form based android application (Not native android) and show the saved path in label (Storage location).
Right now I am able to do is on button click but its opening the camera and from there when i take image its navigating back to the app but my requirement is that camera should open within the app it self instead of navigation.
I have gone through with Xamarin.Forms Custom Renderers but so far not found any working code.
It will be great if anybody can provide me the same ..looking forward...