- Android Programming for Beginners
- John Horton
- 142字
- 2021-07-23 14:47:05
Chapter 6. The Life and Times of an Android App
In this short chapter, we will look at the lifecycle of an Android app. At first, it might sound a bit strange that a computer program has a lifecycle, but it will soon make sense. We will see the phases an app goes through, from creation to destruction, and how this helps us know where to put our Java code, depending on what we are trying to achieve.
In brief, we will look at:
- An introduction to the Android lifecycle
- What method overriding
@Override
is - The phases of the Android lifecycle
- What exactly we need to know and do to code our apps
- A lifecycle demonstration mini app
- A quick look at code structure, ready to get Java coding in the next chapter
Let's start learning about the Android lifecycle.
推薦閱讀
- TypeScript Blueprints
- Java從入門到精通(第5版)
- Raspberry Pi for Secret Agents(Third Edition)
- RTC程序設計:實時音視頻權威指南
- Koa開發:入門、進階與實戰
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- 飛槳PaddlePaddle深度學習實戰
- Learning Apache Cassandra
- Natural Language Processing with Python Quick Start Guide
- 跟戴銘學iOS編程:理順核心知識點
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Mastering OAuth 2.0
- Learning D
- Unity 3D UI Essentials
- React Native -Building Mobile Apps with JavaScript