#Region Activity Attributes
#FullScreen: true
#IncludeTitle: True
#End Region
#AdditionalJar: com.google.android.gms

lay-services-vision
#Extends: android.support.v7.app.AppCompatActivity
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Private mSoundPool As SoundPool
Private mSPFail As Int ' Sound Pool Load ID
Private mSPsuccess As Int ' Sound Pool Load ID
'Private nativeMe As JavaObject
Private frontCamera As Boolean = False
Private detector As JavaObject
Private SearchForBarcodes As Boolean
Private LastPreview As Long
Private IntervalBetweenPreviewsMs As Int = 100
End Sub