I am new to webOS development. I have one app in the app store and in the next update to the app I would like to be able开发者_运维知识库 to identify the age of users, their location, how long they us
I am writing a webOS app and I want the following code to present a \"Good Morning!\" message. What code do I need to put in my Main-scene.html file and what else do I need in the Main-assistant.js fi
So the subject says it all, but here is more detail.I\'d like to create a method that when passed a set of values, it inserts these values in a sql select statment and then returns the results.I\'m wo
Which fonts does webOS ship with / support in its web browser? Specifically, which fonts can you specify in the stylesheet of a web page and successfully view on a webOS device?
Am havi开发者_如何学运维ng am image, i have to read all the pixel values of that image. And i have to do it in webOS. What are the ways to do that? This question is somewhat similar to another one, wh
I am trying to start my development in WebOS. I just started with a simple application with a label and a button. Here\'s the code snippet:
how can i save a SDL_image to an image file .. i have an image loaded using SDL IMG_Load() method .. i want to now save it in fi开发者_如何学JAVAle ??
I\'m still trying to figure out why this isn\'t working and I\'m at the end of my rope. Every different method I\'ve tried always takes me back to the zero position.
I am creating a photo editor app in webos using its hybrid app. I am new to c++. I don\'t want to display image on the开发者_如何转开发 screen using C++, because on the front end I am using javascri
i have used base 64 encoder on my canvas.getImageData() pixel array i want its base64 encoded string to save the image to file...