android-testify icon indicating copy to clipboard operation
android-testify copied to clipboard

Flix sample application should have a base ViewModel class.

Open andrew-carmichael opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. In order to add new screens to the Flix sample application, a developer will have to create a view model with some boiler plate code. This boiler plate could be eliminated with a ViewModel base class.

This feedback relates to:

  • [ ] The Kotlin library
  • [ ] The Gradle plugin
  • [ ] The IntelliJ Platform plugin
  • [X ] The sample code
  • [ ] The documentation

Describe the solution you'd like A base ViewModel class so that we don't have to duplicate the exposed properties each time a ViewModel is created.

Describe alternatives you've considered

Additional context

andrew-carmichael avatar May 25 '23 15:05 andrew-carmichael