Chapter 10 - Creating the ViewModel for GetArtUseCase
The ViewModel is the bridge between Domain and the UI. The objective of the viewmodel is to allow the flow of data upwards to the UI.
package com.learning.artsnapapp.presentation.viewmodel
import androidx.lifecycle.ViewModel
import androidx.lifecycl...
androidavatar.hashnode.dev4 min read