@Sp4ghettiCode@Zhuinden It didn't handle key corruption, for example if your app is transfered from one device to another it will instantly start crashing without ability to recover.
@DDinorahtovar Cookies content in mobile apps is as mandatory as in websites. If nobody does that, doesn't mean it should be like this, just a matter of time.
@lepetitbernat@Zhuinden@JorgeCastilloPr Turn on developer setting "Don't keep activities" and test your app :) It seems you'll be surprised what can happen in real life, and only if you think, it doesn't mean it should be like this, it's nothing different between landscape-portrait just harder to reach.
@VasiliyZukanov For ones in doze mode it depends. It will try to, but definetly might take some more time, but I don't think there is any other more reliable way to try delivering a message.
@VasiliyZukanov Commit is an IO operation on main thread. That's enough to know not to use it, unless your user base is low and you don't care about ANRs
@VasiliyZukanov Doesn't one writes value on main thread, while another commits to be written sometime in the background without blocking main thread? Then the one that writes on main thread should be faster
@Hitesh__kohli How coroutines increase performance? Maybe managing threading and not performing heavy work on main thread increases performance?
How analysing baseline profiles help? What's here to analyse? Need just generate them by going though main application paths
@VasiliyZukanov Your opinion might be that it's not a part of, but the fact is that activity is entry point for UI. Without activity there can't be any UI.
@VasiliyZukanov @BlizzedRu you can try using modifier for compose view to make test tags as resource ids. Works fine with UiAutomator and no issues finding ids
@Leeon4rdoo@Zhuinden@brijeshmasrani And overall recycler view still had better performance, but it's barely visible by eye, only with HWUI profiler you notice the difference
@Leeon4rdoo@Zhuinden@brijeshmasrani None of our lists lags in debug. It takes time to make it optimised. It might seem fine, but enable HWUI rendering profiler and you'll see the results.