Elte Hupkes

Results 24 comments of Elte Hupkes

Restoring the entire state actually works just fine. Setup and AppStart are separated, initial navigation is triggered by `MvxSplashScreenActivity` (which is not loaded at all if the app is restored...

Interesting, I didn't know about the Android ViewModel stuff! I'm going to read into that. It's a valid point that any (de)serialization that can be skipped is a good thing....

@nickrandolph Interesting, how was this approached? (no need to explain everything, but some pointers to source code would be nice). I'd like to help (and I think I still owe...

Okay, I've setup my Windows environment (half a day), produced a working emulator (another half a day; still, every second build fails to deploy. Seriously, I used to work on...

@SSElliot I've done view model communication with a messenger hub in the past, but personally I find it kind of a drag; too many edge cases where view models that...

We also have this happening to people, with `TableView` being `null` in `MvxTableViewSource.CollectionChangedOnCollectionChanged()` (which is what calls `ReloadTableData()`. I unfortunately also haven't seen it happen myself, but I did now...

Startup crashes are still a problem - if your app crashes at startup it will likely do so again the next time and these crash reports will never be sent...

@guperrot If you could guide me towards a workaround solution (however hacky) that would be much appreciated - I've previously spent a full day on the matter without success. If...

@TroubleMakerBen How I hate being right some times ;). I understand, I'm sure you guys are very busy. What's the best way for me to stay up to date with...

Okay, see #83 . Let me know if I missed anything!