Skip to content

History / Handling Configuration Changes

Revisions

  • fix(Handling-Configuration-Changes): mark setRetainInstance() pattern as deprecated and point readers at the ViewModel section (backlog 08f7e8f191efd517)

    @mitchellcodepath mitchellcodepath committed Jun 11, 2026
  • wiki-review: 2026-05-29T014653Z

    codepath-wiki-review[bot] committed May 29, 2026
  • 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'.

    @mitchellcodepath mitchellcodepath committed May 11, 2026
  • wiki-review: 2026-05-11T081506Z

    codepath-wiki-review[bot] committed May 11, 2026
  • Updated Handling Configuration Changes (markdown)

    @clechr clechr committed Oct 16, 2021
  • Kotlin code for Manually Managing Configuration Changes

    @clechr clechr committed Oct 16, 2021
  • Updated Handling Configuration Changes (markdown)

    @clechr clechr committed Oct 16, 2021
  • Explicit Kotlin constructor

    @clechr clechr committed Oct 16, 2021
  • Updated Handling Configuration Changes (markdown)

    @AliceYuan AliceYuan committed Oct 15, 2021
  • Update to use kotlin

    @AliceYuan AliceYuan committed Oct 15, 2021
  • Add Kotlin ViewModel syntax

    @clechr clechr committed Oct 9, 2021
  • Update Java ViewModel syntax, http -> https under References

    @clechr clechr committed Oct 9, 2021
  • Updated Handling Configuration Changes (markdown)

    @seanghay seanghay committed Sep 24, 2018
  • Updated Handling Configuration Changes (markdown)

    @rogerhu rogerhu committed Sep 21, 2018
  • Updated Handling Configuration Changes (markdown)

    @rogerhu rogerhu committed Sep 21, 2018
  • Updated Handling Configuration Changes (markdown)

    @rogerhu rogerhu committed Sep 14, 2018
  • This came from an interview question -- a poorly conceived one

    @rogerhu rogerhu committed Sep 14, 2018
  • Updated Handling Configuration Changes (markdown)

    @gaurigadkari gaurigadkari committed Jun 4, 2017
  • In onResume() of RecyclerView under "Properly Handling List State" it should be listState != null. It was mListState != null

    @Ujjawal-Anand Ujjawal-Anand committed Feb 19, 2017
  • Updated Handling Configuration Changes (markdown)

    @nesquena nesquena committed Jan 24, 2017
  • Updated Handling Configuration Changes (markdown)

    @nesquena nesquena committed Jan 24, 2017
  • Updated Handling Configuration Changes (markdown)

    @nesquena nesquena committed Jan 24, 2017
  • Updated Handling Configuration Changes (markdown)

    @nesquena nesquena committed Oct 19, 2016
  • Updated Handling Configuration Changes (markdown)

    @nesquena nesquena committed Oct 19, 2016
  • Updated Handling Configuration Changes (markdown)

    @nesquena nesquena committed Oct 19, 2016
  • Updated Handling Configuration Changes (markdown)

    @nesquena nesquena committed Oct 19, 2016
  • Updated Handling Configuration Changes (markdown)

    @arlindiDev arlindiDev committed May 20, 2016
  • @Override for onCreate

    @asmgf asmgf committed Mar 28, 2016
  • protected onSaveInstanceState and onRestoreInstanceState

    @asmgf asmgf committed Mar 28, 2016
  • added @Override to onRestoreInstanceState example

    @asmgf asmgf committed Mar 28, 2016