ThingyDeviceActivity
using an explicit Intent. Follow the TODO 1x comments in code.ThingySdkManager.getInstance()
inside your activities' onCreate()
. TODO 3MyThingyService
. Follow the TODO 4x comments in code.ThingyListener
interface.onServiceDiscoveryCompleted()
callbackButtonStateChangedEvent
(hint: onButtonStateChangedEvent()
callback) ThingyListener
by using ThingyListenerHelper.registerThingyListener()
and ThingyListenerHelper.unregisterThingyListener
helper methods. Follow the TODO 6x comments in code.ThingySdkManager
object. Follow the TODO 7x comments in code.