|
|
||
This tutorial takes a practical step-by-step approach to learning Symbian OS through an example project (a UseNet reader). Much of the discussion is applicable to all mobile phone platforms that use Symbian OS. The UIQ platform is used for the example's graphical user interface, and for this you will need a UIQ SDK.
The main sections are:
Development basics supplies the essential context for development, including a look at the tools, comparisons with other platforms, and potential issues and problems.
Building and running shows how projects are defined, and how to use the Metrowerks CodeWarrior IDE to build them, and how to run applications on both emulated and real targets.
in The application engine, some basic APIs are described, including how text is manipulated, how events are handled, and some comms fundamentals.
in The application GUI, the basics of graphical applications are covered. This brings in the graphics facilities, the basics of the UIQ GUI, and practicalities such as using the resource compiler to specify the elements of a graphical user interface.
Contents