UIQ Technology
Symbian OS Library

UIQ 3.1 SDK        UIQ developer portal

[Index] [Spacer] [Previous] [Next]



4 Drawing

The user needs to watch the screen to receive the information the phone displays. Drawing the screen should be efficient and flicker free.


4.1 Flicker free

This is how you keep the screen flicker free.

Applications should use DrawDeferred() instead of DrawNow().

The display should be flicker free. Screen updates and redraws should be kept to a minimum.

[Top]


4.2 Garbage free

There should be no garbage left from previous drawings.