Archive for the ‘bada Developers’ Category

Samsung releases bada SDK 1.2.0b1

Thanks to kingkij for the tip, It seems as if Samsung has released bada SDK 1.2.0b1 to the world and it is full of new features that will be very useful for developers. They are as follows:

Web app model and Flash app model
1. HTML/JavaScript or Flash SWF can be native apps without C++ coding.

Conditional app launch
1. bada can launch an application at a specific time.
2. bada can launch an application when the phone is connected by USB cable to a PC and a specific application is running on the PC.

Open GL/ES 1.1, 1.2 Extension (PowerVR)
1. For more powerful and lively 3D support, we have strengthened the Open GL/ES Extension.

Wi-Fi EAP
1. By supporting EAP that is widely used for business applications, more secure enterprise applications can be developed on bada platform.

Memory leak detector
1. bada now supports memory leak checking, new&delete pair checking, and memory usage profiling.

For more information on the SDK, click here to view the official release notes.

Click here to download the SDK!!

Source: Samsung bada Developers

Bada developing fundamentals, what every developer need to know

http://www.youtube.com/watch?v=QYUardaxDD4

This is a guest post by Rison Simon from Badavideos.com

Bada supports a wide range of functionality in mobile phones through its apps. These apps are created by smart developers. Samsung had wide range of promotional offers for developers, including a developer challenge. The key factor that challenge was the price. Samsung has also opened its own apps store at samsungapps.com where these free as well as paid apps can be downloaded

Bada Videos provide you with a wide range of bada videos, reviews and more. Visit and subscribe to win 2 ebooks on bada!

2010 Mobile Developer Summit

Thanks to forum member, “Swagat” for posting this valuable information on the 2010 Mobile Developer Summit!

2010 is being heralded as the “Year of the Mobile Developer”, and what better way to celebrate than a dedicated summit for the Mobile Developer ecosystem. Mobile applications have become hugely popular with downloads predicted to reach 4 billion this year alone, rising to 21 billion by 2013.

Topics at the summit range from the next big thing in app development, to helping you make the right choices for open source mobile development, to showing you how to think and hack out of the box. Learn how to approach the challenge of writing code for different devices, as well as techniques and tools that will help you gain a better understanding of how you can leverage emerging technologies in both native and mobile web development.

The summit will be held Wednesday, November 10 at the NIMHANS Convention Center, Bangalore. For last minute registrations, click here! To view the schedule of events and to find out more information on the summit, click the link below to read more.

Interview with a Bada Developer – Makani Gadzair

We would like to introduce the joint project of badablog.ru and BadaForums.net – interview with a developer. Today we are going to interview Makani Gadzair, the programmer of the Midpoint Games which has recently released the game of this season for many mobile platforms – Red Card Rampage. Let’s know more about Makani, his experience and thoughts about future of bada!

Badablog.ru ([B]): Makani, thank you that you agreed for this interview. Could you please tell us about yourself – where do you live, how old are you, what is your job, do you have hobbies?

Makani ([M]): You’re welcome! I am a 27 year-old married Software Engineer at a well-known Software Company in Boston, Massachusetts. Making games has been a passionate hobby that I’ve finally decided to monetize with.

[B]: How do you manage your time with your work, personal life and hobby?

[M]: Having a family and a full-time job means that I don’t get as much time as I’d like, but on days that I’m really productive, I can squeeze 4 hours in a workday.

[B]: What are your favorite programming languages and platforms for programming?

[M]: My favorite programming language is a difficult question because I like some languages a lot such as C# but hardly ever use it nor can I claim to be an expert at it. So instead, I will say C++ simply because it is the language I use most often. I mainly use Visual Studio, however for Java I use Eclipse.

[B]: You program for Google Android, Samsung bada and Apple iOS. Which system is the easiest for the programmer and which system is the most uncomfortable?

[M]: That is a very subjective question. I’m most uncomfortable with Apple simply because I’m not a big fan of Objective-C nor of their IDE, X-Code. If you’re already a windows C++ programmer, Bada can be a good entry-point, although almost all platforms today provide some way for C++ programmers to make applications for them, such as the NDK for Android, or PDK for Palm and Apple already supports most variants of C, including C++. The Android Java SDK is very well designed and Eclipse is an outstanding IDE that makes several aspect of programming much easier, so for those not already familiar with C++ may find it easier to start with Android.