Bada Tutorials, Fundamentals
Hello dear Pirates! Today I’d like to show how to install Bada Widget plug in into Eclipse IDE, so we’d be able to create widgets more professional way then using notepad and 7Zip for such purpose. Also Eclipse has a nice HTML, JavaScript and CSS syntax ‘highlight and hint’ ability, which is very helpful and [...]
Bada Tutorials, Fundamentals
This is a part of my HacksLibrary that I started in order to fill the gap of missing bada functionality for my projects.
Bada Tutorials, Fundamentals, Others, UI & Graphics
This tutorial proposes an architecture to manage the primary logic for UI and data-flow in one place. Example project included!
Bada Tutorials, Fundamentals
It is very likely that at some point many of your apps will need to perform tedious and time-consuming tasks that, in worst cases, will “freeze” your app. Of course, this is not quiet a user-friendly experience. For that reason tasks that require time shall be put in a separate thread. There is a myriad [...]
Bada Tutorials, Fundamentals, Media & Content, System & Device
People are more likely to buy your app, if they notice that it supports their native language. The most important thing in making an app “internationally compatible” is: displaying all text and messages in the language of the device. Now this topic is so simple in Bada that it barely deserves its own post. However, [...]