diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-C23196E8-FDD3-4A10-9DA2-DA83A2AD49D9.dita --- a/Symbian3/SDK/Source/GUID-C23196E8-FDD3-4A10-9DA2-DA83A2AD49D9.dita Fri Jul 16 17:23:46 2010 +0100 +++ b/Symbian3/SDK/Source/GUID-C23196E8-FDD3-4A10-9DA2-DA83A2AD49D9.dita Tue Jul 20 12:00:49 2010 +0100 @@ -9,26 +9,27 @@ --> -Applications -with a user interface -

If you are developing an application with a user interface, consider -the following issues:

+Applications with a user interface +

If you are developing an application with a user interface, +consider the following issues:

    -
  • Other applications may have access to the information that -the user inputs.

  • -
  • A hostile application may lure the user to enter information -that belongs to another application.

  • +
  • Other applications may have access to the information +that the user inputs.

  • +
  • A hostile application may lure the user to enter +information that belongs to another application.

-

Password dialogs in particular should be designed so that the user easily -recognizes the currently running application.

-
User input -

It is possible for the user to unintentionally enter incorrect data -that can interfere with the normal operation of the application. All input -should be checked and validated before processing. A one-time check may not -be enough because the content of data can change during processing, so it -is therefore advisable to quickly check the data every time it is used.

+

Password dialogs in particular should be designed so that the +user easily recognizes the currently running application.

+
User +input +

It is possible for the user to unintentionally enter incorrect +data that can interfere with the normal operation of the application. +All input should be checked and validated before processing. A one-time +check may not be enough because the content of data can change during +processing, so it is therefore advisable to quickly check the data +every time it is used.

The following figure shows an example of input processing phases.

-Examples of input processing +Examples of input processing

\ No newline at end of file