As I know Samsung Bada is not operating system but, just wonder if I can develop DLL like shared library for Bada applications.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

As of SDK/IDE v.1.0.0 beta 1 RC8, you can also create bada dynamic libraries (dll)

link|improve this answer
Thanks for the information. Is this just for SDK and emulator only or target device also? – Wonil Feb 28 '10 at 17:16
Anything that's possible on the emulator should be possible on the target device also. – neoadrian91 Mar 3 '10 at 14:56
feedback

You cannot create shared libraries, but you don't really need to because bada does not features multi-tasking. But you can create static libraries.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.