pebble-sdk Questions
2
Solved
Any idea why XMLHttpRequest with correct credentials in Pebble JS Framework fails basic authentication on Android but works in iOS?
Exactly the same code, along the lines of:
var req = new XMLHtt...
Wane asked 14/6, 2014 at 4:1
4
I'm trying to create my own Pebble watch faces. It appears no one has done this yet and there's no SDK.
So far I've figured out that the watch faces are hosted here:
http://pebble-static.s3.amazo...
Sisk asked 9/2, 2013 at 22:30
1
I am creating a pebble watch app and I would like to create a form where the user could give input for certain parameters.
Something like this would serve me well enough, but I cannot find a way t...
Ofeliaofella asked 2/8, 2016 at 9:16
2
Solved
I'd say I have intermediate experience with programming in c, however I've never seen this syntax used before to make a function. This reminds me of the syntax for a JQuery event. Overall, I'...
Altorilievo asked 11/8, 2016 at 21:48
2
Solved
I am trying to divide the circle into n equal parts using straight lines. Idea is to get the coordinates of the end points on the circumference of the circle and then to draw the line.
to find coo...
Alon asked 5/1, 2016 at 13:54
0
I'm using Pebble SDK 2 and running into graphics problems.
I'm trying to add a full screen graphic with the dimensions 144 x 168, however, when I do-- the bottom gets clipped.
Investigating fur...
Castora asked 26/4, 2015 at 2:18
4
I have to add a feature for the Pebble smart watch in my android app. Is there any cloud or emulators available to test Pebble watch coding? How can I test my app without a Pebble watch ?
Swastika asked 21/2, 2014 at 10:8
2
I'm working on a pebble.js project that is loading from a GitHub repo. I essentially am writing my code locally, pushing up to GitHub, and then pulling into CloudPebble to build as my computer is u...
Savagism asked 10/3, 2015 at 19:0
2
Solved
I came across following code in Pebble watch app development tutorial:
// Set handlers to manage the elements inside the Window
window_set_window_handlers(s_main_window, (WindowHandlers) {
...
Loudhailer asked 15/11, 2014 at 18:38
2
Just got my Pebble, and I am playing around with the SDK. I am new to C, but I know Objective-C. So is there a way to create a formatted string like this?
int i = 1;
NSString *string = [NSString s...
Pelasgian asked 6/12, 2013 at 23:38
1
Solved
When i log an error on the Pebble like this:
static void message_dropped(AppMessageResult reason, void *context) {
APP_LOG(APP_LOG_LEVEL_DEBUG, "Message dropped. Reason: %d", reason);
}
i just ...
Koester asked 15/1, 2014 at 23:6
1
Solved
I'm building a internet connected BitCoin app. To watch the ticker info from different bitcoin markets.
Everything works. Now I want to send a list of available markets down to the watch to be disp...
Quantity asked 1/12, 2013 at 17:52
1
© 2022 - 2024 — McMap. All rights reserved.