In the short term I'm working only with Android. But I want to be able to create versions of my app for WP and iOS. I have a page, HomePage its the app page launched when my application starts up.
In there, I have a command to launch "something". Right now, this is a method I call to try and launch an Android activity that contains the barcode component. I have tried this, and it does go to launch the activity but then I get a null pointer exception when I call to show the barcode scanner.
My questions are,
Am I approaching this from the right way?
I realize I can't use Scandit from within a Xamarin.Forms page, but can I create a valid Activity and launch it with the Scandit control in it? How do I set it up properly?