Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any full app examples? #9

Open
baryluk opened this issue Nov 26, 2020 · 1 comment
Open

Any full app examples? #9

baryluk opened this issue Nov 26, 2020 · 1 comment

Comments

@baryluk
Copy link

baryluk commented Nov 26, 2020

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.

@codybrookshear
Copy link
Contributor

Hi @baryluk,

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.

I hope that helps!
Cody

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants