Android 7.0 new features and implications for developers

Source: Internet
Author: User

Android 7.0 new features-Jiabailong's Column-Blog channel-csdn.net
http://blog.csdn.net/jiabailong/article/details/52411300

What impact Android 7.0 has on developers-Jiabailong's column-Blog channel-csdn.net
http://blog.csdn.net/jiabailong/article/details/52411353

Android 7 windows and new features demo-jiabailong column-Blog channel-csdn.net
http://blog.csdn.net/jiabailong/article/details/52411378

Jit/aot compiling

In Android N, we added the Just in time (JIT) compiler to code analysis of ART so that it can continue to improve the performance of Android apps while the app is running. The JIT compiler complements the current Ahead of Time (AOT) compiler for Android running components to help improve runtime performance, save storage space, and speed application updates and system updates.

The compilation of profile guidance allows Android to run components to manage the Aot/jit compilation of each application based on the actual use of the app and the situation on the device. For example, the Android runtime component maintains the profile of each application's hot method, and can precompile and cache these methods for optimal performance. For other parts of the app, it will not compile until it is actually used.

In addition to improving the performance of key parts of your application, compiling your profile guidance can also help reduce the overall RAM footprint, including associated binaries. This feature is especially important for low memory devices.

The Android runtime component minimizes the impact on device batteries while managing the compilation of personal data guidance. Compiling only when the device is idle and charging allows you to save time and power by doing the work in advance.

Fast Application Installation Path

One of the most practical benefits of the JIT compiler for running components on Android is the speed of application installation and system updates. Even large applications that require a few minutes of optimization and installation in Android 6.0 can now be installed in just a few seconds. System updates also become faster because of the elimination of optimization steps.

Android 7.0 new features and implications for developers

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.