10
krudos
8y

i hate how android handle the device rotation, killing the current activity and opening a new one with different layout

Comments
  • 1
    the first proper app I made, I didn't know about the rotation, and I wasn't handling the activity being destroyed and recreated. so randomly my app would crash and I had no clue what was happening. spent days to figure it out and when i did I just fixed it to portrait 😅
  • 0
    yeah, based on that bad design arises many other problems related to the different order lifcycle methos get called, specially on fragments. All hail null pointer exception.
Add Comment