Views:


Summarized by AI

🧾 Description 

Datalogic provides a variety of SDKs to support development on Android-based PDA devices. These SDKs cater to different development environments including native Android, Xamarin, Cordova, React Native, and web-based applications. This article outlines where to find these SDKs and how to get started with browser-based development.
 
 
 

🛠️ Resolution Steps 

 

Available SDKs and Resources
1. Native Android Development (Java/Kotlin)

2. Xamarin Development

3. Cordova-Compatible Frameworks (Ionic, PhoneGap, etc.)

4. React Native Development


Note: Cordova and React Native SDKs are minimal and support only basic scanner functions (e.g., reading data, enabling/disabling wedges).


Web Application Development
Standard Web Applications

Examples: DXU HTTP API Usage in HTML

Future Plans

  • Datalogic is working on an Enterprise Web Browser that will allow direct scanner control via JavaScript without HTTP requests. No release timeline is currently available.


Input Wedges on Datalogic Devices
Datalogic systems support multiple input methods for scanner data:

  • Keyboard Wedge: Emulates keyboard input.
  • Intent Wedge: Sends data via Android intents.
  • Web Wedge: Sends data as valid URLs to web applications.


Settings Location:

  • Go to Datalogic Settings > Scanner & Decoder > Wedge on the device.


Full SDK List
Browse all available SDKs at:
🔗 https://datalogic.github.io/

 
Add a comment