Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 756 Bytes

File metadata and controls

22 lines (14 loc) · 756 Bytes

GoDice Android & iOS Native API (with demo project)

Overview

Use the GoDice Android and iOS API to integrate GoDice functionality into your own mobile applications.

Here are some of the things that you can do with the GoDice API:

  • Turn ON/OFF GoDice RGB Leds
  • Ask for the die Color (dots color)
  • Ask for the die battery level
  • Get differernt notifications reagrding the die state (Rolling or Stable and get the outcome number)
  • Use and configure different shells

This Repsoitory includes API for both Android Native (Kotlin) and iOS Native. Both of them use the same common project (written in C).

Getting Started

  1. To use the Android API open Android Studio and load the android folder

  2. To use the iOS API open load the iOS folder