Skip to content

Commit

Permalink
lecture notes 2024-03-19 add images
Browse files Browse the repository at this point in the history
  • Loading branch information
htl-leonding committed Mar 19, 2024
1 parent d650b52 commit d4e983b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
Binary file added asciidocs/images/behavior-subject.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added asciidocs/images/rx-observables.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added asciidocs/images/single-source-of-truth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added asciidocs/images/veiw-model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions asciidocs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,15 @@ include::android.adoc

== 2024-03-19

image::single-source-of-truth.png[]

image::veiw-model.png[]

image::behavior-subject.png[]

image::rx-observables.png[]


=== State and Jetpack Compose

* https://developer.android.com/jetpack/compose/state[^]
Expand All @@ -1219,10 +1228,14 @@ include::android.adoc

=== ViewModelProvider

* Ist bei Verwendung eines BehaviorSubjects obsolet

* https://developer.android.com/reference/android/arch/lifecycle/ViewModelProvider[ViewModelProviders^]

=== MutableLiveData

* Ist bei Verwendung eines BehaviorSubjects obsolet

* https://developer.android.com/reference/android/arch/lifecycle/MutableLiveData[MutableLiveData^]

=== Promise
Expand Down

0 comments on commit d4e983b

Please sign in to comment.