I want to make a part of a screen horizontally scrollable like the page control option provided in iPhone(see first image), Does bada 2.0 supports page control or horizontal scroll?
if bada don't support page controls can we use ListContextItem of…
Today I've installed Bada SDK and trying first time to build some apps on BADA.
On bada IDE I'm creating a "bada Form Based Application" (File>New>C++/Flash Application Project>bada Form Based Application), when I run this application on bada…
Do anyone know any way to use smart_ptr (Smart Pointer) or auto_ptr (Auto Pointer) in Bada OS?
Bada OS has no std namespace, so, Boost library porting is really difficult.
Perhaps there is another way for memory managing?
We are developing a bada application in which we are downloading a zipped directory having JSON files and images in it.
After downloading the zip file from server we need to extract it for reading.
I am looking for some native function or external…
We have started working on samsung bada platform for our existing android apps and looking for a UI Control in samsung bada platform which is horizontally scrollable like we have Gallery control in Android.
I need to show a set of image thumbnails…
I have just installed Bada emulator and it has only settings. Is there any how how to add there web browser and Samsung Apps icon portal. I would like to test some current apps on this emulator.
Thanks for reply
Hmyzak
Would it be possible for me to build an application that enables people to encrypt call coming to me with my public key and then for me to decrypt the call data at my end using my own private key. This way I basically have a more secure…
I was trying to compile a simple Helloworld program for BADA but through command prompt.After compiling i ma getting the errors as
c:/Helloworld/src/Helloworld.cpp:12: error: prototype for 'Osp::App::Application HelloWorld::CreateInstance()' does…
I want to develop a BADA application which will print the message Helloworld.I have downloaded BADA SDK.It could be done in BADA IDE but i want to compile and run it using command prompt.Now for that we need to compile it using GCC tool chain i…