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.
I have found myself in need of launching a browser from within the app (to show the developers’ homepage, for example). Apparently, it can be easily achieved with AppControl (NOTE:You will need the BROWSER privilege to do so):
Ok, this is my third (small) tutorial here on BadaDev. While working on a project I am doing in Bada, I encountered myself needing a simpler way to download stuff from the internet. Yes, there is a whole Osp::Net::Http Namespace in bada SDK which offers pretty everything you need. But what I was thinking about [...]
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 [...]