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…
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 ?
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…
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 ?
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.
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…
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…
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.
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…
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…
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)…
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.
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…
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…