# An Early Look at ViewModel SavedState

DevFeed: [An Early Look at ViewModel SavedState](<https://devfeed.tech/articles/an-early-look-at-viewmodel-savedstate-27049.md>)

Original publisher: [Read original article](<https://zsmb.co/an-early-look-at-viewmodel-savedstate/>)

Author: Márton Braun

Published: 2019-03-14T20:00:00Z

Content type: tutorial

Language: en

Sources: [zsmb.co](<https://devfeed.tech/sources/zsmb-co.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Code](<https://devfeed.tech/topics/code.md>), [Library](<https://devfeed.tech/topics/library.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-architecture](<https://devfeed.tech/tags/android-architecture.md>), [code](<https://devfeed.tech/tags/code.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [data](<https://devfeed.tech/tags/data.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [library](<https://devfeed.tech/tags/library.md>), [marton-braun](<https://devfeed.tech/tags/marton-braun.md>), [process](<https://devfeed.tech/tags/process.md>), [viewmodel](<https://devfeed.tech/tags/viewmodel.md>), [zsmb](<https://devfeed.tech/tags/zsmb.md>), [zsmb-co](<https://devfeed.tech/tags/zsmb-co.md>), [zsmb13](<https://devfeed.tech/tags/zsmb13.md>), [zsmbco](<https://devfeed.tech/tags/zsmbco.md>)

## AI overview

A tutorial on the early SavedState support for AndroidX ViewModel, showing how to configure a ViewModel, store and retrieve supported key-value data, and preserve state through process death.

## Source excerpt

A quick preview of the new SavedState support for Android Architecture Component ViewModels.