I'm trying to draw a Venn diagram from a given boolean equation e.g (a AND b) AND c
I want to do this on an android phone so I need to find a way to do it using Java.
I found a perfect widget that does everything I am looking for in this Boolean Algebra Calculator
They create perfect diagrams, I am sure it's not using Java and neither could I see their logic.
I would appreciate any API, algorithm or guidance.