user3330557
user3330557

Reputation: 59

Pebble: Android App to Pebble App

I am working on sending JSON from an android app in my phone to my pebble but I am unable to do so!

which layers should I used for it?

Upvotes: 0

Views: 212

Answers (1)

sarfata
sarfata

Reputation: 4675

You cannot send JSON directly to a layer but you can use AppSync to easily synchronize some values between the Android app and the Pebble app. You will need to use TextLayer to display the information and update their content every time the AppSync dictionary is updated.

You should look into AppSync documentation and also the weather example on Android.

Upvotes: 1

Related Questions