DEV Community

# viewmodel

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Suspending functions should not be called on a different dispatcher

Suspending functions should not be called on a different dispatcher

5
Comments 2
2 min read
ViewModels should not expose suspending functions

ViewModels should not expose suspending functions

Comments
2 min read
Introduction to unit testing ViewModel with Kotlin Coroutine & Flow

Introduction to unit testing ViewModel with Kotlin Coroutine & Flow

4
Comments
1 min read
How viewmodel survives configuration change?

How viewmodel survives configuration change?

7
Comments
4 min read
You were using SharedPreferences the wrong way 🤔

You were using SharedPreferences the wrong way 🤔

3
Comments
3 min read
Navigation Component: How to pass data between fragments using Bundle and ViewModel

Navigation Component: How to pass data between fragments using Bundle and ViewModel

13
Comments 2
15 min read
Don't think Viewmodel will replace SaveInstanceState

Don't think Viewmodel will replace SaveInstanceState

8
Comments 3
2 min read
Using View Models in Blazor

Using View Models in Blazor

6
Comments
1 min read
Android Architecture Components: Room, ViewModel and LiveData

Android Architecture Components: Room, ViewModel and LiveData

9
Comments
1 min read
Dagger-Dot-Android Part 2: ViewModels and ViewModel Factories

Dagger-Dot-Android Part 2: ViewModels and ViewModel Factories

25
Comments 2
7 min read
loading...