What is ART?

VietMX Staff asked 3 years ago

ART or Android Runtime is an Android runtime that uses Ahead Of Time (AOT). By using AOT, what is does is it converts or compiles the whole High-level language code into Machine level code and at the time of installation of the app and not dynamically as the application runs (like in case of Dalvik). By compiling the whole code during installation results in no lag that we see when we run our app on our device.