Multithreading in Bada

This item was filled under [ Guides & How-to, News ]

This is for Samsung Bada developers. Multithreading is a very important aspect of any programming language as you will be knowing. There are a lot of situations where you will be needing the power of multithreading in your apps. With the increase in the popularity of the smartphone world and smartphones becoming a part of the human life, it is necessary to give the end user a proper, working and quick app that solves the purpose easily and quickly.

But unfortunately, the job of programming is not as easy as using the final version of the app. To make your work easier, Samsung has made Bada capable of handling multithreading. So using this feature of the platform, you can get really good results from your app on the smartphones. Diving into the details, Samsung Bada offers your two types of multithreading, one is the event driver threading and the other is worker threading. So you can suit yourself to the app with these two techniques.

Event driven threads run till the specified event occurs in the working environment. But worker threads run linearly and exit at once. So if you want a loop structure or a if-then type of a threading, then consider the event driven threading, or else opt for the worker threading.

You can get more info and a complete guide about this on the Samsung Bada Developers‘ blog over here.

Comments: