viamgr / trainingapp

trainingapp
0 stars 0 forks source link

Implement a sample for MVVM #9

Closed viamgr closed 10 months ago

viamgr commented 11 months ago

The app needs a clear structure so it's easy to test and update. The best way is to use a simple plan called MVVM.

Here's what to do:

By doing these steps, the app becomes easier to work with, and we can be sure it works as it should.