All Questions
2 questions
4
votes
1
answer
339
views
Android BMI calculator using LiveData
I have made a Body mass index-calculator using ViewModel and LiveData.
Source-code of the MainActivity:
...
2
votes
1
answer
412
views
Notify observers when object attributes update
I have a Singleton manager class for managing request model and its attributes.
My main aim is update object observers when some of the object attributes changes.
...