|
|
|
|
|
by twobitshifter
1894 days ago
|
|
With limited Android experience I can corroborate the screen rotation stupidity. The latest google wisdom is to use the Model View ViewModel pattern, which can help to work around this issue. If you are using a “view model” its a hack to largely avoid this screen rotation BS, but I don’t expect many Android apps are implemented this way. Keeping up with google is like chasing your own tail. |
|