Small Hacks: String to ByteBuffer to String
This is a part of my HacksLibrary that I started in order to fill the gap of missing bada functionality for my projects.
the Flagship of independent news, reviews and resources for Developers and Users of Samsung's mobile platform Bada This is a part of my HacksLibrary that I started in order to fill the gap of missing bada functionality for my projects.
Hello everyone, this is my first post and tutorial on BadaDev. Thanks to wit for letting me write for the community. I am a seasoned Java/Android programmer and got involved into Bada few months ago. However, I didn’t start intensive Bada exploration until few weeks back. This tutorial is pretty basic, nonetheless it shows a [...]
When getting started with development of static libraries for bada apps, there are some more points to take into account that I have not discussed in the previous posts (part1, part2). How to debug your static library with a host project correctly Static resources (like images) that are needed by your library Where to link [...]
[ This is the second part of this bada tutorial . Also keep in mind this post at our bada forums] Reusable components make the development of applications faster, more flexible, less buggy and more fun . If you wanted to reuse some of your code you could, of course, simply put all your classes [...]
While working my way through sample bada projects I have come to notice an interesting thing regarding the design of components in bada. Under “components” I means first of all the separate forms, popups and other predefined or custom UI controls and containers including their view/controller code. In my opinion the implementation of those is [...]