Symbian programming step by step
Table of contents (TOC)
Each topics has example that can be downloaded and run in Carbide tools. Best way to understand these are read these documents and run it with Carbide.
- Hello Symbian (my first application)
- Symbian naming convention
- Object construction, CleanupStack and TRAP
- DLL in Symbian(static verses polymorphic DLL)
- Descriptor (Symbian String & data)
- Asynchronous programming
- Client server framework
- Fundamentals of ECOM
- Platform security
- Memory management
- Thread and Process
- Debugging Symbian application
- Symbian sign
- Installing application to phone
- Starting with graphical user interface
Our first Hello Symbian program, which is compared with windows hello world
Naming conventions used in Symbian programming helps code maintenance, inspection more easier
How a object is creation /destruction and exception handling is performed
How to create different kinds of DLL in Symbian
How Symbian handles string and binary data is described here
Asynchronous programming in Symbian
resources are managed by server, how client server communicates
EPOC component object model
A way how Symbian handles malicious program or threat
Memory management in Symbian, how memory is allocated
Basics of multithreaded programming in Symbian
How Symbian application can be debugged
What is Symbian sign and when we need it
How we create the application that can be installed to phone
Learn how to develop GUI application for Symbian
