Assignment #3. The Calculator
Требуемые условия завершения
Открыто с: четверг, 7 марта 2024, 00:00
Срок сдачи: пятница, 22 марта 2024, 00:00
Implement a simple calculator app.
The basic structure of the app is already present in the repository.
https://github.com/mmcs-android-dev/assignment3_the_calculator
You need to implement a ViewModel and a Layout parts of it.
The connection between ViewModel and Layout is implemented with DataBinding.
The functional part of the view model is described in the Calculator interface.
the layout can be done in any way you want, but should at least have the stock calculator functionality: