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