This commit is contained in:
parent
1ee8013522
commit
c87fe714a9
7 changed files with 127 additions and 6 deletions
|
@ -1,4 +1,7 @@
|
|||
#let tldr = link(<acr-tldr>)[TL;DR]
|
||||
#let APK = link(<acr-apk>)[APK]
|
||||
#let DEX = link(<acr-dex>)[DEX]
|
||||
#let OAT = link(<acr-oat>)[OAT]
|
||||
#let JAR = link(<acr-jar>)[JAR]
|
||||
|
||||
#let notation_table = align(center, table(
|
||||
columns: 2,
|
||||
|
@ -6,5 +9,8 @@
|
|||
table.header(
|
||||
[Acronyms], [Meanings],
|
||||
),
|
||||
tldr, [Too long; didn't read<acr-tldr>],
|
||||
APK, [Android Package, the file format used to install application on Android. The APK format is an extention of the #JAR format <acr-apk>],
|
||||
DEX, [Dalvik Executable, the file format for the bytecode used for applicatiobs by Android <acr-dex>],
|
||||
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 <acr-jar>],
|
||||
OAT, [Of Ahead Time, an ahead of time compiled format for #DEX files <acr-oat>]
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue