Friday, April 15, 2011

QuickStartGuide - The bada APIs: finding similarities

The bada C++ APIs are divided into 21 (in bada SDK 1.2) top level namespaces, divided neatly according to functionality. So, you’ll find the base namespace which contains numeric types and standard classes such as DateTime and String and the base::collections subnamespace that contains a comprehensive set of classes to implement arrays, linked lists, stacks and queues. Other namespaces include those for locations, multimedia features, handling sensors and the user interface, all organised in a logical way which makes getting to grips with the bada APIs a lot easier.
Read more »

No comments:

Post a Comment