One of AppDevPro’s more complex application suites launched a couple days ago. Available on windows 8 and widows phone 8 It uses randomized predictive algorithms to enable binary decision making as well as a secondary multi output capable decision tree suggestion engine with a runtime tunable decision matrix.
Decisive, an application on windows phone and windows 8, may help you in making decisions with the flip of a coin, or answers from a crystal ball.
You can find the #win8 Decisive application in the Windows 8 store or the #wp8 Decisive application in the Windows phone store.
For all of you Nerd developers out there these win8 and winPhone applications share a common MVVM Light Portable class library (PCL) ViewModel. You can check out some resource I published on how I’ve used PCL in other projects here.
These are some community and open source resources I used in building Decisive.
In the #win8 app
- Callisto from @timheuer
- WinRT XAMLTool kit
- Json.Net from @JamesNK
- MVVM Light Toolkit from Laurent Bugnion @LBugnion
In the #wp8 app
- MVVM Light Toolkit
- json.net
- Coding4Fun Toolkit from @ClintRutkas
Also handy were three books on Windows 8 I read and refer to
- Programming Windows, 6th Edition Charles Petzold
- Windows Store App Development @Pete_Brown
- Building Windows 8 Apps with C# and XAML @jeremylikness
The Microsoft Virtual Academy has a great series on c# and Windows 8 store applications. Thanks Jerry Nixon @jerrynixon and Daren May @darenmay
And last but certainly not least a couple of great Microsoft evangelists out of Southern California that have put up with endless questions as I stalked them through windows 8 intros, hackathons, codecams, oHours, skype and twitter. Thanks Daniel Egan @DanielEgan and Bret Stateham @BretStateham
Enjoy!