We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'but 'but'
super class's onSaveInstanceState should be called at the end
replaced item in References (previous link was dead "The author deleted this Medium story"), with new article on activity orientation change by Joanna Smith