Symbian C++ Programming Tutorial > 4. Overview of a GUI Application

4. Overview of a GUI Application

In this chapter we will look at the structure of a simple GUI Application. This is the basis for any user-visible Symbian C++ application.

You can download the Base application from here. You can even the source code online starting from here.

There are, however, interesting applications that do not display any user interface: for example, you can write servers, that provide services to other applications on demand.

But before going in-depth, we have to explain the magics of Universal Identifiers, or UIDs.

Submenu

Symbian C++ Programming Tutorial