Introduction to the application development

This section provides a brief introduction to the application development scenario on the latest Symbian platform release.

You can develop the user interface for your application with Qt but some mobile technologies are not yet supported by Qt modules. In these cases you will need to use Symbian C++ APIs in order to implement that functionality.

The following technologies are not yet supported by standard Qt modules so you will need to use Symbian C++ APIs for them:

  • Telephony for making phone calls and checking the call status. See Telephony.

  • Bluetooth for short distance wireless data connections. See Bluetooth.

  • Digital Rights Management for protecting your content. See Digital Rights Management.

  • OpenSSL for cryptography features. See OpenSSL.

Related links