I should add - I do think the learning curve is much worse than it should be, in part due to this. It would be nice if Google provided some more recommendation and best practices & patterns around this. I have come…
I also think the Activity handling of configuration changes was a mistake; it should have only ever just been the view that was recreated. However, I don't think that in the end it's that horrible, once you overcome the…
I don't believe it is as bad as BoorishBears says. Yes, configuration changes cause a tear down and recreation of your view/controller layers, but there are several patterns to deal with this cleanly (view controllers…
I should add - I do think the learning curve is much worse than it should be, in part due to this. It would be nice if Google provided some more recommendation and best practices & patterns around this. I have come…
I also think the Activity handling of configuration changes was a mistake; it should have only ever just been the view that was recreated. However, I don't think that in the end it's that horrible, once you overcome the…
I don't believe it is as bad as BoorishBears says. Yes, configuration changes cause a tear down and recreation of your view/controller layers, but there are several patterns to deal with this cleanly (view controllers…