Paul Raj
Paul Raj

Reputation: 103

Mobile apps for Pebble Smart watch

Just curious if anybody tried creating mobile apps using IBM Worklight to connect to Pebble Smart watch? Please share your experience and approach.

Upvotes: 0

Views: 521

Answers (1)

Nathan H
Nathan H

Reputation: 49401

I have no experience with Pebble Smart watches, however from what I understand from their website (https://developer.getpebble.com/) it looks like they provide SDKs for Android and iOS.

Worklight uses Cordova, which means you could write a Cordova plugin to run native code in your app, and this native code could use the Pebble SDK.

It looks like others already started looking into it: https://github.com/konsumer/phonegap-pebble

Upvotes: 2

Related Questions