Manuel Di Donna

Results 8 comments of Manuel Di Donna

@lgtout I used MvRx before switching from fragments to Acorn. That library can't be adapted to Acorn components because it's strictly coupled to fragments and viewmodels. Anyway you can do...

@lgtout your welcome! I'm glad to help you

What I need is a similar behaviour to fragment navigation with replace/add instead of push (with Stack navigator) or something like Conductor where the backstack could be manipulated with push...

I took a look to samples & android-ext impls. UI reacts to a navigation event displaying the right contents with a transition and there are some navigator implementations. Right? I'm...

Hello guys! I finally get the time to build a fully fledged note taking app with acorn (that I love to use) but I still need to wrap a view...

@NickvanDyke thanks. I will update this issue as soon as I have some working code

I solved that problem by building the models when all the data had been set at least once (in my case this means that they weren't null) ```kotlin // onRestoreState...