Forem

# viewmodel

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Create your own Android ViewModel from scratch
Cover image for Create your own Android ViewModel from scratch

Create your own Android ViewModel from scratch

Comments
5 min read
Events as State are an Antipattern in MVI and MVVM - Here's Why

Events as State are an Antipattern in MVI and MVVM - Here's Why

1
Comments
12 min read
ViewModel & Co.

ViewModel & Co.

Comments 1
3 min read
Suspending functions should not be called on a different dispatcher
Cover image for Suspending functions should not be called on a different dispatcher

Suspending functions should not be called on a different dispatcher

4
Comments 2
2 min read
Introduction to unit testing ViewModel with Kotlin Coroutine & Flow
Cover image for 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?
Cover image for 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
Cover image for 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
Dagger-Dot-Android Part 2: ViewModels and ViewModel Factories
Cover image for Dagger-Dot-Android Part 2: ViewModels and ViewModel Factories

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

25
Comments 2
7 min read
Android Architecture Components: Room, ViewModel and LiveData

Android Architecture Components: Room, ViewModel and LiveData

9
Comments
1 min read
loading...