This is a weird question in that I'm not sure where to start looking.
First of all, I haven't done any C++ programming for the last 10 years so it could be me thats forgotten a few things. Secondly, the IDE I'm using is Eclipse based (which I've…
I would like to do something similar to #ifdef __linux__, but with the bada SDK. Is there a constant defined by default?
Also, can I detect when I am compiling for the simulator?
I need a C/C++ image manipulation library for mobile image application, The library should have
Brightness/contrast
Levels
Effects - Grayscale, Sepia and so on
I particularly want to use it on Samsung BADA Platform. I want the the one event hough…
When a J2ME application runs on Samsung phone with Samsung Bada an OS that supports TouchWhiz (GT-S5320, in my case),a virtual keypad is shown on the screen by default and always! This virtual keypad consists of the following keys -…
I am very new to C++ and I realise the following is not necessarily as easy as I'd like it to be, but I'd really appreciate a more expert opinion.
I am essentially trying to achieve a dynamic iteration over a variable sized array of variable sized…
currently i m working on the Tizen IDE.
I had read the input data from the MicroPhone and Try to apply FFT on it...
but everytime I gets the nan output from the FFT.
Here is my code..
ShortBuffer *pBuffer1 = pData->AsShortBufferN();
fft = new…
I have installed eclipse phonegap plugin and I am easily able to make applications for android. However I want to make application for any other platform like bada, tizen , blackberry, etc. But when I create new Phonegap project, it doesn't show any…
Few years ago I was browsing through the just-released Samsung BADA SDK and related materials, and I was astonished by the amount 'tutorials' and 'guidelines' which tried to clarify various basic aspects of the language and platform through…
When I try to launch my Bada application from the BadaIDE to the simulator is returns and error detailing "A program file was not specified in the launch configuration."
If I go to the launch configuration can't to set my "Code Binary Path:" because…
I've download sample project from https://github.com/apache/cordova-bada-wac and try to run application using PhoneGap on Bada IDE.
I've properly configured Bada IDE v.2.0.5 (WVGA) and API version 2.0. When import this project as "Bada Flash / C++…
I'm developing and app for Bada OS and i need use vectors and other standar structures from stl.
But when i write:
#include
The Bada sdk throws me an error:
unresolved inclusion: vector
I'm looking for a solution on Internet and the…
Hi I have one function which uses XMLHttpRequest for get data as:
function responseData()
{
console.log("Inside responseData function @@@@@@@@@@@@@@@@@@@@@@@@@@@@@");
url="http://myURL.asp";
…
Hello Stackoverflow Community.
I'm doing some research about the most common operating Systems for Smartphones and the license (signing) conditions for developing .
At the moment i have some trouble with getting the needed informations about the…