Technical Details
  • 24 May 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Technical Details

  • Dark
    Light

Article summary

The Android OS running on the Blade is a modified version of Android 5.1.1(Lollipop), tailored to the components and capabilities of the device.

For the most part, development of applications intended to be used on the Blade can be accomplished by following standard Android development methodologies and by leveraging existing Android APIs. The APIs listed below are some of the prominent features of Android for which default APIs should be leveraged:

  • Camera – android.hardware.Camera or android.hardware.Camera2 may be used.

  • Sensors – Use SensorManager.

  • Bluetooth – Use BluetoothManager and BluetoothAdapter. Standard Bluetooth and BLE are supported.

  • Database – Standard Android SQLite is supported.

There are some components of the Blade which will require device-specific APIs to access; these APIs will be covered in detail in other sections of the SDK documentation.

Supported Application Development

The Blade supports any application develop for Android.


Was this article helpful?