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
0
votes
1 answer

XML parsing fails in bada

I did a program that reads rss news feeds. Its not working for some of the websites like (ABC News, TechCrunch, Engadget). These websites having their body length more than one lakh. I use XPATH method for parsing. Perhaps this problem due to I am…
ArulRaj
  • 119
  • 2
  • 11
0
votes
1 answer

How can Bada Application be registered, so that Widget can launch it?

I have a Bada application. How can it be launched by Widget ? The application cannot be listed out via bondi.applauncher.getInstalledApplications How can it be registered so that Widget can launch it ?
SkyEagle888
  • 1,009
  • 2
  • 18
  • 42
0
votes
1 answer

My application for Samsung Wave not working

My application in working fine in Samsung BADA simulator but not working in device. My application is for S8500, available for download https://sourceforge.net/projects/wavechm/ with source code. I don't know what to do now? please see the video of…
pankaj
  • 1
0
votes
3 answers

Scheduled Task in Bada OS

Is there any hint whether Bada OS supported scheduled task ? E.g. App A set a timer or schedule, then App A is suspended or closed. When the timer is expired, the application would be called and proceed. Possible ? or any alternative ?
SkyEagle888
  • 1,009
  • 2
  • 18
  • 42
0
votes
2 answers

XML Parsing through internet in bada

I executed a code to get xml content from timesofindia but its not woking and the code which i used is doc=xmlReadDoc(NULL,"http://timesofindia.indiatimes.com/rssfeeds/-2128936835.cms",NULL,0); I am new to bada.Somebody please help me.
ArulRaj
  • 119
  • 2
  • 11
0
votes
1 answer

Keeps on "Launching : Launching delegate ... "

I just start to try out my Hello World app development on Bada. I installed the SDK 1.0.0 on Windows XP (VM on Mac OS X). In my Hello World app, I only add a Form and modified OnAppInitializing function and OnForeground function. I tried both Run…
SkyEagle888
  • 1,009
  • 2
  • 18
  • 42
0
votes
1 answer

Bada - Integrating Maps API to my application

I'm trying to integrate Maps to my Bada application. I've tried deCarta but unfortunately it comes with an ad. There is an ad on each form that displays a map and it's not pleasant. So, can you please recommend me another maps API that will work…
Murat Derya Özen
  • 2,154
  • 8
  • 31
  • 44
0
votes
2 answers

Archiving library for bada

Can anyone suggest me a file archiving library for bada? I've looked at minizip (which uses zlib) and bzip2, but they both use Linux or Windows headers for file access, which the bada SDK does not provide.
Mihai Damian
  • 11,193
  • 11
  • 59
  • 81
0
votes
1 answer

Samsung Wave (Bada) And Java

Can Java apps run on the Samsung Wave Bada OS?
Lennie
  • 2,429
  • 2
  • 18
  • 16
0
votes
1 answer

Compile BADA Sample ApplictaionApp from command prompt command

I am Compiling BADA sample appliction ApplicationApp but from command prompt.Now for thisi needed commands so i had a look at BADA IDE console while Building ApplicationApp.The command console showed for compiling was i686-mingw32-g++ -D_DEBUG…
Suvin
  • 31
  • 6
0
votes
1 answer

How to restrict keypad characters to only numbers (editField in bada)

I have an EditField in which the user ONLY can enter numeric characters but I don't know how to only show a numeric keypad instead of the deafault bloated keypad. It would simplify the input (and remove the need of data validation) Thanks in…
David Fernández
  • 494
  • 1
  • 6
  • 22
0
votes
1 answer

Parse XML from String using XPath in Bada?

I have read the tutorial on XML parsing in Bada. But I don't want to use a file. I need to parse my XML from a Osp::Base::String. Any ideas which methods should I use? So far I have replaced xpathCtx = xmlXPathNewContext(doc); if(xpathCtx == NULL)…
Boris Rusev
  • 642
  • 1
  • 10
  • 17
0
votes
1 answer

How can I get the HTML from a web page in Bada?

I don't know what other details I should provide. But I am very disoriented. I am not a web developer so I don't know what classes to use. It's not like I can tell the difference between HttpResponse, HttpHeader, HttpSession, HttpTransaction etc.
Boris Rusev
  • 642
  • 1
  • 10
  • 17
0
votes
1 answer

SVG decoding - portable solution

I need fully functional vector format, which i can decode to plain bitmap data in my app. It doesn't need to be SVG, but it seemed best (but other suggestions are welcome). So, i need an lib to simply rasterize SVG into plain pixel data - the…
Deadeye
  • 123
  • 8
0
votes
2 answers

How can I pass controls as reference in Bada?

In the big picture I want to create a frame based application in Bada that has a single UI control - a label. So far so good, but I want it to display a number of my choosing and decrement it repeatedly every X seconds. The threading is fine (I…
Boris Rusev
  • 642
  • 1
  • 10
  • 17