mcd-3 / cubed-game-collector

An app made to keep track of Nintendo Gamecube games, consoles, and accessories!
MIT License
1 stars 0 forks source link

Add data binding #2

Closed mcd-3 closed 4 years ago

mcd-3 commented 4 years ago

Instead of having the business logic in the views (fragments) use data bindings instead. This means putting all OnClickListeners in the ViewModel and any other logic (ex: saving).

mcd-3 commented 4 years ago

Support for data binding has been added. Lots of OnClick functions have been moved to ViewModels. From here on out, add any new functions to their respective ViewModel.