Archie
07/24/2020, 12:58 PMstate { ... } across configuration changes?Zach Klippenstein (he/him) [MOD]
07/24/2020, 1:00 PMsavedInstanceState {} instead of state {}matvei
07/24/2020, 1:00 PMstate {}  for savedInstanceState {}matvei
07/24/2020, 1:00 PMArchie
07/24/2020, 1:03 PMSinan Kozak
07/24/2020, 1:15 PMstate over savedInstanceState?Ricardo C.
07/24/2020, 1:16 PMsavedInstanceState  has the usual restrictions. You can’t put big objects there and you’ll have to parcel/serialize themAdam Powell
07/24/2020, 1:20 PMAdam Powell
07/24/2020, 1:21 PMSinan Kozak
07/24/2020, 1:27 PMAdam Powell
07/24/2020, 1:33 PMAdam Powell
07/24/2020, 1:34 PMAdam Powell
07/24/2020, 1:34 PMSinan Kozak
07/24/2020, 1:36 PMAdam Powell
07/24/2020, 4:12 PM