Xamarin ZXing QR Code inside tab
问题 I would like to integrate ZXing QR code scanner into my app. I am using Fragment for my tabs. For example in Tab2, how I can add a window to show the scanner view? I tried to use CustomOverlay with view but unfortunately it did not work. I also tried to use ZXingScannerFragment,but it requires Android.Support.V4.App which is not ideal as all my other two tabs uses Android.App namespace. Where I am at right now is that, when Tab 2 is selected, it jumps straight to the scanner, and the Action