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
7
votes
4 answers

Bada development in Linux

The Bada site list the Windows OS as a system requirement for installing the Bada SDK. Is it possible to create Bada apps using Linux?
gutsygecko
6
votes
2 answers

Maximum application size of android & BADA platform

what is maximum size of thick/thin client application(to d/w through OTA) in both Android & Samsung Bada platform ?
yokks
  • 5,363
  • 9
  • 39
  • 47
5
votes
1 answer

What's the best common format for an eBook like text to share with most of the mobile phone types

There is a description about a product or event that people would like to share among them. This can be a simple text or rich text too. They are looking into which format is the best for this purpose. They would like to see compatible with as many…
Pentium10
  • 190,605
  • 114
  • 394
  • 474
4
votes
1 answer

Getting model name for device in Bada

I'm looking for an API call that will tell me wha kind of device the user has. For example: GT-S7250 or Wave M Is there an API for this?
user190871
3
votes
1 answer

Bada 2.0 JSON parsing tutorial

Anyone know good tutorial for bada 2.0 JSON Parsing. Went through the JSON parsing sample provided with bada SDK. I am relatively new to bada and c++ programming, so its difficult to understand.
Char2674
  • 93
  • 9
3
votes
2 answers

Is there any way to run Python on Bada?

I'm starting developing to Bada platform. But C++ isn't my favorite language. So, is there any way to run Python on Bada? Update: For Android there is a scpripting layer (SL4A), and it's make possible to quickly prototype applications for android on…
Diego Guimaraes
  • 385
  • 2
  • 12
3
votes
3 answers

samsung bada development without using pointers

Objects in C++ can be created using the methods listed below(that I am aware of): Person p; or Person p("foobar"); or Person * p = new Person(); Then, why does not the Samsung Bada IDE allow me to do the first two methods? Why do I always have…
yogiam
  • 178
  • 7
3
votes
2 answers

Number of Transactions

I am in a need of multiple Transaction. But Bada is allowing me to do only one transaction. How to increase the number of Transaction? The code which i am using is result HttpClient::TestHttpGet(Osp::Base::String link1) { int r1; result r =…
ArulRaj
  • 119
  • 1
  • 11
3
votes
3 answers

What is the compiler of Samsung Bada?

Recently Samsung presented Bada platform for mobile phone. http://developer.bada.com/apis/index.do I can find developer materials from the above web page but, I can't find how can I compile it and what is the compiler? This is C++ based framework…
Wonil
  • 5,616
  • 2
  • 32
  • 52
2
votes
2 answers

Phonegap / Cordova integration with Bada

Has anyone been successful with the integration of Phonegap in Bada? I am using SDK 2.0.4 and have tried the project app available here (https://github.com/cordova/cordova-bada) but keep getting this error: TypeError: 'undefined' is not an object…
gemini
  • 632
  • 1
  • 6
  • 11
2
votes
2 answers

bada Programming - Popup message with Keypad

I have this error where I click something, it will popup a message with a close button, when I click on the close button, some part of the popup does not close properly. Here is a screen shot of it. May I know how to solve this? this is the…
Winona
  • 2,860
  • 2
  • 17
  • 28
2
votes
1 answer

What link to use on the web to make bada install an application?

Please help me with one thing: I need to be able to forward a bada device to a certain application store page. This page should let the device to install the application using its native installation method, just like Android market or…
Igor Zinov'yev
  • 3,496
  • 30
  • 49
2
votes
1 answer

Is it possible to install Bada SDK into eclipse?

I'd like to know if it is possible, because I'd prefer to have only one eclipse running on my computer. Thanks a lot.
Juan Francisco
  • 179
  • 3
  • 9
2
votes
1 answer

Failed to read blob data from sqlite

i store blob data with php like this $this->_db->exec"CREATE TABLE media (url TEXT, content BLOB)"); $fp = fopen($encoded['path'], 'rb'); $sql = "INSERT INTO media (url, content) VALUES (?, ?)"; $stmt =…
Peacemoon
  • 2,756
  • 4
  • 27
  • 53
2
votes
1 answer

Is there a class in bada which is similar to "Context" in android?

I'm changing a project from android to bada, but I don't find a class which has the same effect as "Context". Any suggestion?
NHA_DIEN
  • 41
  • 1
  • 5
1
2 3
10 11