On Anroid the easiest way to work offline will probably be to
- build a java wrapper for the prolog code eg with JPL, tuProlog etc.
- have it running as a local service
- use a local browser or browser-like activity
Optionally one could
- re-do the whole UI
- just Java-wrap or cross compile the siteswap engine.
On Anroid the easiest way to work offline will probably be to
Optionally one could