Skip to content

Instantly share code, notes, and snippets.

@saikiran91
Last active April 4, 2021 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saikiran91/8739ed077d3888de31f581aa42a5b511 to your computer and use it in GitHub Desktop.
Save saikiran91/8739ed077d3888de31f581aa42a5b511 to your computer and use it in GitHub Desktop.
for medium article
var listStateParcel: Parcelable? = null
 
fun saveListState(parcel: Parcelable) {
 plantListStateParcel = parcel 
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment