Winona
Winona

Reputation: 2970

bada Programming - Tutorials/Guides

I'm new to bada and I want to develop an application on bada 2.0. Are there any good tutorials out there? I have tried searching online but found no results. I realized that the bada IDE for 2.0 has some differences compared to the old IDEs.

Maybe to start of with, what is or what does this do?:

In src folder: AppName.cpp, AppNameEntry.cpp, AppNameForm.cpp

In inc folder: AppName.h, AppNameForm.h

Also, what are the differences when creating bada C++/Flash application project, bada web application project, bada UI sequencer project, bada test, and project? Can some one help and guide me out?

Upvotes: 0

Views: 1146

Answers (2)

DrStrangecode
DrStrangecode

Reputation: 26

I'm writing a tutorial series, here's the link: http://drstrangecode.org/series/bada-from-scratch/

Hope you like it!

Upvotes: 1

Char2674
Char2674

Reputation: 93

This is bada developer documentation link: http://developer.bada.com/help_2.0/index.jsp.

Upvotes: 0

Related Questions