6.3 Android Framework

Source: Internet
Author: User

Android's four-tier architecture is Linux2.6 kernel layer, core library layer, application framework layer, Application layer, respectively. The framework layer provides us with a number of APIs to develop our applications to meet our business needs. (Android is based on the Linux kernel and therefore belongs to the soft real-time operating system)

We can say that the framework layer is really a layer of Java language implementation, and the APIs defined in this layer are written in the Java language . But because it contains the Jni method,jni writes the interface in C/s + + , and invokes the underlying method in the core library layer based on the function table query, ultimately accessing the Linux kernel. Then there are 2 functions of the framework layer.

  1. In the Java language to write some standardized modules packaged into a framework for the application layer call to develop a special business of mobile phone applications.
  2. Using Java Native interface to invoke the local method of the core Lib layer, the JNI library is loaded when the Dalvik virtual machine is started, Dalvik will directly address the JNI method and then go to invoke.

6.3 Android Framework

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.