Dynamo
Dynamo copied to clipboard
A lightweight state-based controller for Android
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
I am finding that Dynamo is nice to use as the state machine component of a wider arch like https://github.com/doridori/Pilot. This can be bundled inside a presenter and used to...
Need to refactor to make MAIN ToC more descriptive. Some important points which are often asked about have non-obvious locations in the Wiki. Add a non-alpha sorted ToC https://github.com/jonschlinkert/markdown-toc
First off, the wiki (first 5 pages) and blog posts were fantastic reads. Definitely the best I've read on this subject. I will definitely be returning to this material to...
Need to have a think about if this would add any benefit. Interested in hooking up with [RxAndroid](http://blog.danlew.net/2014/10/08/grokking-rxjava-part-4/) to remove the boilerplate of adding and removing observers based upon the...
In my app I have 3 main layers: - Presentation layer - which includes: activities, fragments, dialogs etc.. - Dynamo layer - which has all dynamos and the dynamo manager...
- Saving state on process death - Removing Dynamo on lifecycle based timer. Useful for memory footprint and or security requirements - WeakRef based DynamoHolder - Dynamos in listView -...
Should show UI layer / Dynamo / states / framework interactions and comms between them