LernzettelMobileAndroid aktualisiert

git 2025-06-04 21:13:46 +02:00
parent 83ac3eec61
commit 782702d4f8

@ -55,10 +55,10 @@ flowchart TD
B --> C[Implementierung]
C --> D[Test]
D --> E[Deployment]
F[Mobile Entwicklung] --> G[Anforderungsanalyse (Fragmentierung, HW/SW)]
G --> H[Implementierung (neue Tools/Frameworks)]
H --> I[Test (Gerätevielfalt, Emulatoren)]
I --> J[Deployment (App-Store, Konfigurationsvielfalt)]
F[Mobile Entwicklung] --> G(Anforderungsanalyse - Fragmentierung, HW/SW)
G --> H(Implementierung - neue Tools/Frameworks)
H --> I(Test - Gerätevielfalt, Emulatoren)
I --> J(Deployment - App-Store, Konfigurationsvielfalt)
```
### 1.3 Einteilung von mobilen Endgeräten
@ -174,9 +174,9 @@ graph TD
graph TD
A[Application Framework] --> B[Binder IPC Proxies]
B --> C[Android System Services]
C --> D[Hardware Abstraction Layer (HAL)]
C --> D[Hardware Abstraction Layer - HAL]
D --> E[Linux Kernel]
C --> F[Android Runtime (ART)]
C --> F[Android Runtime - ART]
A -. nutzt .-> C
C -. nutzt .-> D
D -. nutzt .-> E