datalogic / datalogic-android-sdk

Datalogic Android SDK
12 stars 5 forks source link

Any full app examples? #9

Open baryluk opened 3 years ago

baryluk commented 3 years ago

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 commented 3 years ago

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