thesis/2_background/X_android.typ
Jean-Marie 'Histausse' Mineau a41eb4c870
Some checks failed
/ test_checkout (push) Failing after 1s
wip
2025-07-09 22:29:14 +02:00

16 lines
562 B
Typst

#import "../lib.typ": todo
== Android <sec:bg-android>
Android is the smartphone operating system develloped by Google.
It is based on a Long Term Support Linux Kernel, to which patches are added patches develloped by the Android community.
On top of the kernel, Android redeveloped many of the usual components used by linux-based operating systems, and added new ones.
Those change make Android a verry unique operating system.
=== Android Applications <sec:bg-android>
#todo[Include bg from class loader in the middle]
=== Android Runtime <sec:bg-art>