Thursday, February 4, 2016

Android Rulez - an efficient rule engine for Android

This is an efficient rule engine for Android that I have been working on for a while. It is now ready for production use.

I have found the rule engine a great pattern for Android app startup handling, which commonly has to deal with somewhat complex asynchronous process flow and event handling for API initialization. It is a generic rule engine, so it can be used for many other purposes.

The presentation below is from DevFest MN 2016 and provides an introduction. A video of the presentation is on YouTube

The GitHub project is at https://github.com/ulibube/androidrulez