Sunday, 12 February 2017

Why don't IOS apps have a 'close' button?

This is strange as the eye from ux design. Do you know why IOS apps don't have a 'close' button?

The major mobile touch screen operating systems (iOS, Windows Phone 7, Android) don't trouble the user with "closing" applications in the way that desktop applications do. This simplifies the  user experience, making applications appear seamlessly built into the operating system.

Typically, applications on these operating systems will "pause" when the user returns to another application or the home screen, using no CPU time but remaining "asleep" in memory. If the current application needs more memory, the operating system closes down the least used application, freeing up memory that can be used by the foreground application.

The answer is: you simply don't need to close applications manually on modern mobile operating systems.


No comments:

Post a Comment