The first lecture Android introduction and environment construction

1. Introduction to Android

Android is the leader and development of an open source smart operating system based on the Linux platform by Goole and the Open Mobile Alliance. The Android platform consists of an operating system, middleware, user interface and application software.

2.Android learning route

Insert picture description here
Insert picture description here

3. Android system framework

Insert picture description here
Several levels of Android's software structure

  • Linux kernel layer related driver, C
  • An abstract isolation layer between the hardware and other software stack layers
  • Provide security mechanism, memory management, process management, network protocol stack and driver
  • Core library (Libaries) and runtime environment (Runtime), C\C++
  • Application Framework, Java

Provide basic management functions and component reuse mechanism for Android platform

  • Application (Application), java

4. Android program structure

Insert picture description here

5. Use of LogCat

Insert picture description here

Guess you like

Origin blog.csdn.net/qq_44867340/article/details/108396928