16 lines
562 B
Typst
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>
|