- 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.
推薦閱讀
- CockroachDB權威指南
- 大學計算機應用基礎實踐教程
- OpenCV實例精解
- 大模型RAG實戰:RAG原理、應用與系統構建
- Mastering React
- App Inventor創意趣味編程進階
- R語言數據可視化:科技圖表繪制
- Building Serverless Web Applications
- Java Web從入門到精通(第3版)
- Go語言底層原理剖析
- Mastering Concurrency Programming with Java 9(Second Edition)
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Java程序設計入門(第2版)
- Pandas入門與實戰應用:基于Python的數據分析與處理
- C#教程