LernzettelMobileAndroid aktualisiert
parent
83ac3eec61
commit
782702d4f8
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue