tags:

views:

433

answers:

2

Hello,

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

Thanks.

+2  A: 

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.

neoadrian91
+1  A: 

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

wit
Thanks for the information. Is this just for SDK and emulator only or target device also?
Wonil
Anything that's possible on the emulator should be possible on the target device also.
neoadrian91