Android Programming Press on the image to return to the main documentation page.

b4aZXing

Written by IceFairy333

List of types:

Zxing_B4A

Zxing_B4A


This is an 'Activity Object', it cannot be declared under Sub Process_Globals.

Permissions:

android.permission.CAMERA
android.permission.WRITE_EXTERNAL_STORAGE
android.hardware.camera
android.hardware.camera.autofocus
android.permission.VIBRATE
android.permission.FLASHLIGHT

Events:

result(atype as String,Values as String)

Members:


  BeginScan (EventName As String)

Members description:

BeginScan (EventName As String)
please handle the event
add this to manifest:<activity android:name="ice.zxing.CaptureActivity"
android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:windowSoftInputMode="stateAlwaysHidden"></activity>
Top