I am finding it very hard to get the details of how memory management is done in BADA OS.
Does anyone have any info about it or do all smart-phones have similar memory management concepts?
what is the easiest way to store e.g. a list of strings in the application, so when the user start the app again i can simply read it out again and work on the stored list of strings?
Is text box control is available in bada 2.0 only .Then how can we use control or method which can
provide the functionality similar to textbox in bada 1.1 .Is any one have idea than Kindly please suggest
me because I want to use the similar contol…
I have made an app in bada 2.0 in which I have implement facebook and It works fine.
But when I use the same code for bada 1.1, it doesn't work.
I have:
registered the app for 1.1 both on http://developer.bada.com
used the downloaded manifest file…
Bada 2.0 has classes to handle JSON.
Bada 1 doesn't have these classes.
How to work with JSON in bada? I have tried jsoncpp(http://sourceforge.net/projects/jsoncpp/), but it does not work (iostream: No such file or directory)
The same problem with…
I would like my class to be:
class NumberedString : public Object {
public:
String newName;
short nameID;
NumberedString(String &newName, short nameID) : newName(newName), nameID(nameID) {}
};
HashMap uniqueStrs;//For later.
An…
I want to make widget for BADA 2.0 which should be constantly shown on home screen. Samsung widgets developer forum are about to close(http://innovator.samsungmobile.com/platform.main.do?platformId=12). So I ask here.
Please give me few…
I want to write an application that check incoming SMS for Spm blocking. how to be notified of the recieved SMS in my App? how to be always in run in bada OS?
I need to save a form's current state and restore it while i am navigating between them. I am using FormManager class to navigate between form's. Is it possible to do that with memory handled efficiently?
Is it possible to set custom fonts in label text, button text, edit text. If possible then how that can be done. Anyone know please help me to solve this out
I know this is a basic c++ question, but may I know how can I call a function/pass value (elementId) from one class to another in bada using the friend function?
In my form class, I have a listView and when the item in the listView has been…
I currently have a listview containing 4 items, in one of the listview item, I would like to implement another listview, do I have to do another form manager? Or how do I go about doing it? Also, how do I call one class's function in another class?…
This is the first application that I am going to do in Bada SDK 2.0.2. While creating the project for the first time it asked me to select model and version numbers like Wave WVGA, Wave WQVGA, and Wave WVGA. Now my questions are
What is the…
I think auto-starting a Bada app just immediately after the device boots up was not possible with pre-2.0 firmware/sdk. I'm wondering if it's possible with 2.0?
I'm adapting the example of Forms Management here and found AppLog to mangle my reported strings strangely.
void
MyFormsApp::OnUserEventReceivedN (RequestId requestId, IList *pArgs)
{
AppLog("OnUEveRxdNb, beginning");
if(!pArgs) {
…