- Android Programming for Beginners
- John Horton
- 154字
- 2021-07-23 14:46:59
FAQ
- So is Android not really an operating system, but just a virtual machine? And are all phones and tablets really Linux machines?
No, all the different subsystems of an Android device, which includes Linux, the DVM, and the libraries and drivers together, are what make up the Android operating system.
- I still don't understand all of these technical terms, such as DVM, object-oriented, APK, and so on. Should I reread this chapter?
No, that isn't necessary, as we just need to introduce this jargon, and we will be revisiting them all as well as clarifying them as the book progresses. You just need to understand the following:
- We will be writing Java code and creating other resources
- Android Studio, with the help of the JDK, will turn this code and these resources into real Android apps
Now, you are good to go and can move on to Chapter 2, Java – First Contact.
推薦閱讀
- Visual C++程序設計教程
- iOS面試一戰到底
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- 軟件工程
- Nexus規模化Scrum框架
- 實戰Java高并發程序設計(第3版)
- C語言程序設計上機指導與習題解答(第2版)
- TMS320LF240x芯片原理、設計及應用
- Python程序設計開發寶典
- Java 11 and 12:New Features
- 前端架構設計
- Mastering ArcGIS Server Development with JavaScript
- React and React Native
- Analytics for the Internet of Things(IoT)
- The Python Apprentice