We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fix(Handling-Configuration-Changes): mark setRetainInstance() pattern as deprecated and point readers at the ViewModel section (backlog 08f7e8f191efd517)
wiki-review: 2026-05-29T014653Z
fix(wiki-prepass): correct 58 spelling typos across 34 files (2026-05-11T091456Z) Run of typos-cli 1.46.1 with manual audit. Each change verified against context to avoid breaking code identifiers, library names, or Android API constants (e.g. MODE_WORLD_WRITEABLE kept; SQLBrite library name preserved). Two false positives skipped: DB filename string 'Infor.db' and proper name 'Dan Lew'.
wiki-review: 2026-05-11T081506Z
Updated Handling Configuration Changes (markdown)
Kotlin code for Manually Managing Configuration Changes
Explicit Kotlin constructor
Update to use kotlin
Add Kotlin ViewModel syntax
Update Java ViewModel syntax, http -> https under References
This came from an interview question -- a poorly conceived one
In onResume() of RecyclerView under "Properly Handling List State" it should be listState != null. It was mListState != null
@Override for onCreate
protected onSaveInstanceState and onRestoreInstanceState
added @Override to onRestoreInstanceState example