it1shka / checkers-app

Checkers application created for Mobile Applications in Android course at PWr
Other
1 stars 0 forks source link

Rewrite using ViewModel and Room #7

Closed it1shka closed 1 week ago

it1shka commented 1 week ago
  1. Use ViewModel instead of remember { mutableStateOf }
  2. Use Room library instead of preferences