Questions tagged [bada]

bada is Samsung's platform for mobile devices.

External Resources

  1. bada Developer site
  2. bada official Twitter
  3. Samsung Developers, the official forum for developers run by Samsung
152 questions
1
vote
2 answers

Does BADA 2.0 support horizontal list or a page control like iphone?

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…
Char2674
  • 93
  • 9
1
vote
1 answer

bada app crashing on device

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…
Adnan M. TURKEN
  • 1,554
  • 4
  • 21
  • 36
1
vote
2 answers

Auto Pointer in 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?
1
vote
1 answer

how to unzip a zipped directory in samsung bada after downloading it from server

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…
Varun Mittal
  • 486
  • 3
  • 8
1
vote
1 answer

How to implement a Horizontal scrollable UI control in Samsung Bada

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…
Varun Mittal
  • 486
  • 3
  • 8
1
vote
1 answer

Emulator - how to add web browser and Samsung Apps?

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
Waypoint
  • 17,283
  • 39
  • 116
  • 170
1
vote
1 answer

overlay keyboard for input box in a web control in bada SDK?

Is there anyway i can have an overlay keyboard for input box in a web control?
botchedDevil
  • 260
  • 1
  • 4
  • 14
1
vote
2 answers

How to upload image to twitpic in bada

How to share images in twitpic. Social API in bada is not supporting twitpic. Is there another way for this? and what is meant by multipart form data?
ArulRaj
  • 119
  • 2
  • 11
1
vote
1 answer

Facebook in Bada

How to create a facebook application in Bada? Which API should be refered? Please help me..
ArulRaj
  • 119
  • 2
  • 11
1
vote
2 answers

BONDI API to launch SMS app

Is it possible for widget to launch SMS app (via BONDI API) on SamSung wave device, so that the pre-defined content can be included ? Thanks.
SkyEagle888
  • 1,009
  • 2
  • 18
  • 42
1
vote
2 answers

Can Symbian applications be ported to Bada?

Can applications written for Symbian OS be ported to Bada?
gutsygecko
1
vote
2 answers

Bada Development

How do I get started with development for the bada OS used in Samsung Wave? What are the pre-requisites for this task? (I only know some C & C++)
gutsygecko
1
vote
2 answers

Encrypt outgoing data? (any mobile platform)

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…
traumatized
  • 123
  • 8
1
vote
1 answer

Compiling BADA simple helloworld program from command prompt and getting errors

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…
Suvin
  • 31
  • 6
1
vote
1 answer

Compile BADA application from Command prompt

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…
Suvin
  • 31
  • 6
1 2
3
10 11