Earlier quoted context omitted.
It's gotten better, but check my comments from some time ago: https://news.ycombinator.com/item?id=8329034 https://news.ycombinator.com/item?id=9476547 Generally: bad inheritance, bad separation of concern, unidiomatic java (I think much of it was automatically converted from C++), overcomplicated classes and just so many wtf-moments I had. Example: You want to store state. 1. In standard activities you have this rea…
Thanks for the explanation. I guess I never even looked at the names of these callbacks because I just followed the app lifecycle diagram - yeah, I agree, the names could be much better.
https://developer.android.com/training/basics/activity-lifec...