You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested in building a custom app for Falcon X4.
Is there some example app, showing usage of the APIs. Not just tests, or API documentation.
Also, is it possible to build the apk that uses conditionally the datalogic APIs, but still run it with limited functionality on non-APK devices, i.e. arm64 Android 10 phone? This would allow me to simplify some code, and still provide some of the functionality on the phone for other uses.
The text was updated successfully, but these errors were encountered:
Yes, we do have some example apps. Take a look here.
Yes, it is possible to conditionally include the Datalogic APIs. First, you should use the maven dependency method of including the SDK in your app. Second, there are a few different ways you could use gradle to conditionally include the Datalogic SDK.
Hi,
I am interested in building a custom app for Falcon X4.
Is there some example app, showing usage of the APIs. Not just tests, or API documentation.
Also, is it possible to build the apk that uses conditionally the datalogic APIs, but still run it with limited functionality on non-APK devices, i.e. arm64 Android 10 phone? This would allow me to simplify some code, and still provide some of the functionality on the phone for other uses.
The text was updated successfully, but these errors were encountered: