Which of the following is not a “rule” of mobile application design?
a. Don't interfere with device telephony and messaging services.
b. Don't use any graphics other than Nine-Patch Stretchable Graphics.
c. Don't tamper with the device hardware or software.
d. Don't cause problems on operator networks.
b. Don't use any graphics other than Nine-Patch Stretchable Graphics is not a “rule” of mobile application design. The “rules” of mobile application design are as follows:
• Don’t abuse the user’s trust.
• Don’t interfere with device telephony and messaging services (if applicable).
• Don’t break or otherwise tamper with or exploit the device hardware, firmware, software, or OEM components.• Don’t abuse or cause problems on operator networks.
You might also like to view...
You can add pictures or other background fills to individual cells or to a table
Indicate whether the statement is true or false
Answer the following questions true (T) or false (F)
1. Pseudocode is a special form of machine language produced by the C compiler. 2. Program readability can be improved by indenting both the true and false tasks of all if-else statements. 3. An algorithm should be carefully hand traced before it is implemented in C.