Learning Mobile App Development: A Hands-on Guide to Building Apps with iOS and Android
by Jakob Iversen, Michael Eierman
Operating System Design Issues
The primary technical difference between mobile device operating systems and operating systems used on laptop and desktop computers is that the mobile operating system is not a true multitasking system. On mobile devices, only one app can be active at a time. When another app is started, or the app is interrupted by another app (for example, a phone call), the app that was running gets put in the background. It remains in the background until the user specifically accesses it again. If it remains in the background too long, or if available memory gets too low, the operating system may kill it. This back-and-forth between different states is called the app’s life cycle. Both Android and iOS apps have a life cycle. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access