#let APK = link()[APK] #let DEX = link()[DEX] #let OAT = link()[OAT] #let JAR = link()[JAR] #let notation_table = align(center, table( columns: 2, align: center+horizon, table.header( [Acronyms], [Meanings], ), APK, [Android Package, the file format used to install application on Android. The APK format is an extention of the #JAR format ], DEX, [Dalvik Executable, the file format for the bytecode used for applicatiobs by Android ], JAR, [Java ARchive file, the file format used to store several java class files. Sometimes used by Android to store #DEX files instead of java classes ], OAT, [Of Ahead Time, an ahead of time compiled format for #DEX files ] ))