Yannick

Results 13 comments of Yannick

That's stunning!

@JackNewman12 why isn't it pulling more than 5V supply voltage? Nice case and idea though!

Would love to see some included utilities. I would say that a function returning a simple enum of type ``` java enum SCREEN_SIZE{ TABLET_PORTRAIT, TABLET_LANDSCAPE, PHONE_PORTRAIT , PHONE_LANDSCAPE, TV_LANDSCAPE TV_PORTRAIT...

I'm missing **"TextInputLayout.setPasswordVisibilityToggleEnabled(boolean enabled)"** in the Design library. But so far I'm loving everything about anvil!

I simply passed the Activity as argument to the dispatched action. That way it isn't in the state to prevent memory leaks. The action shouldn't leak any memory, since it's...

Yeah I ran into some issues, but I'm still enjoying it. - Yeah, it's hard matching the current activity to the state. - I also had some issues with **Anvil**...

I also was thinking about this. I am looking into using annotations in the State-Tree to mark sections that should be stored. You could also add a flag to the...

I think the navigation via the current state is not really the problem we're facing right now. The problem I faced during the development of Redux Apps was that some...

Keeping platform specific code out of middleware? I thought all of the "processing" is supposed to happen in middleware using Redux. Maybe I got the concept wrong in the first...

Another idea would be to move the actions and some middleware into the acitvities. That way you would have a more modular app which wouldn't need to do some of...