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.
Before I started programming in Bada I haven’t touched C++ in a decade. My programming languages of choice for desktop/mobile programming are C# and Java just because they are so much easier to program. Sure, a low-level programming language is awesome from the control and performance point of view. However, it can become a nightmare [...]
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 [...]
Any new technology needs a good “Hello World” example, bada shall not be an exemption. From a source I have received a sample “Hello World” app. Here it comes… First thing you have to be familiar with is the c++ programming language. The example code provided here has been developed on the Visual Studio 2005 [...]