python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Observer design Pattern - Struggling with real world backend cases
Good Morning / Evening :)
I am studying design patterns and I am now and a section with Observer pattern.
I understand how does it work but I am struggling with finding real world sample.
Most of samp...
Mateusz Gebroski
Votes: 0
Answers: 0
How to implement observer pattern with generics?
Im making a restaurant app, where I need to use Generics type parameter. The workflow is the following: The Client (Observer) orders a food (interface), and the FoodFactory makes returns the concrete ...
Mate25
Votes: 0
Answers: 1
Nested Child Fragment does NOT observe LiveData properly
I have a Parent Fragment, called WaterFountainFragment, that has a nested Fragment progamatically inflated inside a FrameLayout that is dependant of an user's choice in a RadioGroup. If the user choos...

CorMatt
Votes: 0
Answers: 0
Why is my posted notification not being received in my Swift iOS app
I have three custom swift classes in my app. One is a NetworkServices class and the other two are custom UIViewController classes. The NetworkServices class posts a notification to the other two class...

Stephen501
Votes: 0
Answers: 1