How to create and implement a Android CustomOverlay for ZXing Scanner?
问题 I'm using ZXing barcode scanner plugin for my Xamarin.Forms project. According to some posts, I need to use custom overlay for ZXing scanner in order to have cancel button. But I'm not familiar with Android development in a Xamarin.Forms project. So far, I know a scanner (MobileBarcodeScanner of ZXing plugin) accept an Android.Views.View as an overlay to replace the default scanning page view. public async Task<string> ScanAsync() { MobileBarcodeScanner scanner = new MobileBarcodeScanner();