Simplify Hello World apps and update docs (#28)

* Simplify Hello World apps
* Updated docs
This commit is contained in:
Ken Van Hoeylandt
2024-01-31 22:26:22 +01:00
committed by GitHub
parent 7f133e65c5
commit 77f386f0b9
7 changed files with 64 additions and 25 deletions
+9
View File
@@ -0,0 +1,9 @@
@startuml
[*] --> on_create : app is started
on_create --> on_show : app becomes visible
on_show --> on_hide : app is no longer visible
on_hide --> on_destroy : app is being closed
on_destroy --> [*]
skinparam ranksep 25
skinparam padding 2
@enduml