wip
Some checks failed
/ test_checkout (push) Failing after 1s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-07-09 22:29:14 +02:00
parent 00f2e3da28
commit a41eb4c870
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -2,4 +2,15 @@
== Android <sec:bg-android> == Android <sec:bg-android>
#todo[Present the android environnement] 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>