Assignment #3. The Calculator
Требуемые условия завершения
Открыто с: суббота, 28 февраля 2026, 00:00
Срок сдачи: суббота, 14 марта 2026, 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 part 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.