bind
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Binds an AppCompatActivity to the LifecycleViewModel to manage the viewmodel lifecycle.
Parameters
activity
The AppCompatActivity to bind to.
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Binds a Fragment to the LifecycleViewModel to manage the viewmodel lifecycle
Parameters
fragment
The Fragment to bind to.