Error in Monitoring State Changes
I was reading Chapter 3 on "Monitoring State Changes" of page 80 and saw a possible error on Figure 3.7.
I think the state block "onSaveInstanceState" and "onRestoreInstanceState" should be reversed as it doesn't make sense to save instance state after onCreate, likewise, it doesn't make sense to restore instance state after onResume.
I will submit this possible error.
thanks
|