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.

Computer Science & Information Technology

You might also like to view...

In the following C statement, what is the number 40 called?

amt = calculate_pay(40, 20.75); a. output argument b. formal parameter c. actual argument d. variable abstraction e. none of the above

Computer Science & Information Technology

A ____ allows you to define which areas of artwork on a single layer are visible, not visible, or partly visible.

A. buffer B. layer mask C. style option D. stencil mask

Computer Science & Information Technology

Word can be set to hyphenate automatically as you work with documents

Indicate whether the statement is true or false

Computer Science & Information Technology

Pseudocode uses indentation and the keywords End If to define the scope.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology