Chris Vaughan

Results 8 comments of Chris Vaughan

I haven't actually tried this (currently just investigating Redux) but... Your state needs to fully describe the current state the application should be in. That means it will be sufficient...

I intended to make a more general point, and sort of forgot. In my defence, it was last thing on a Friday. 😀 The general point was this: I think...

Sorry, I had my wires crossed re. the middleware - I think you're correct, it's inevitably going to need to use the Context and other Android system stuff. I do...

@TillSimon It sounds like you've got my idea backwards. The state tree shouldn't reflect the task stack - the task stack should reflect the state tree. i.e. The action which...

Wow, lots to respond to! You're right that the strict Redux approach doesn't fit all that well with Android. It is a web javascript architecture after all, and their lifecycle...

@sek Could you try the build referenced in my pull request? https://github.com/crittercism/dexmaker/pull/21

@mjohenneken Thanks! Adding the `dexmaker-dx` dependency worked for me. :+1:

I would suggest that the children's margins ought to be respected. It's generally a bad idea for a layout manager to remove/ignore properties of the views it is managing. What's...