Which of the following is not a helpful tip for designing great mobile user interfaces?

a. Reduce the number of keys or clicks needed.
b. Try to design the default use case of each screen to require only the user’s thumb.
c. Integrate tightly with other applications on the system using standardized controls.
d. Only design your applications using fragments when you are targeting tablet devices.


d. Only design your applications using fragments when you are targeting tablet devices.

You should design your applications using fragments even if you aren’t targeting tablet devices.

Computer Science & Information Technology

You might also like to view...

The line:

virtual double functionX() const = 0; in a class definition indicates that the class is probably a: a. Base class. b. Derived class. c. Protected class. d. Library class.

Computer Science & Information Technology

The positional value of the rightmost digit of any number in either binary, octal, decimal, or hexadecimal is always ________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In order for buttons to be fully functional and interactive, you need to add instructions called ____.

A. actions B. scripts C. keyframes D. events

Computer Science & Information Technology

Select the PowerShell command that will shut down and then restart the VM.

A. Shutdown-VM -Restart B. VM-shutdown -Restart C. Restart-VM D. Shutdown-VM

Computer Science & Information Technology