1

Prototype of app

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...

JARVIS
  • 765
  • 1
  • 8
  • 28
  • We could create a Xamarin.Forms page that will serve as our point of interaction with the custom code . Check https://thatcsharpguy.github.io/post/full-camera-page.1/ – Lucas Zhang Jan 16 '20 at 10:50
  • This implementation navigates me from one page to another page but I want to do all without any navigation can you help me here? – JARVIS Jan 16 '20 at 17:03
  • Many thanks for sharing this link. I did some changes in the existing project and its working fine as expected. – JARVIS Jan 16 '20 at 19:01
  • 2
    You could share your answer,which will help more people – Lucas Zhang Jan 17 '20 at 03:25
  • @JARVIS can you share your work, i also want to implement the same functionality. – Dinesh Falwadiya Feb 18 '21 at 14:46

0 Answers0