However, being at a loose end - I started on a Flowcode Viewer for Android (and indeed it could run on iOS if I a) had a rich friend with a Mac or b) paid for online compilation)
It is early days - and after a brief (




So BASIC it is (and the B4A experience is excellent - not knowing much BASIC, not having used it since first learning to program (on a mainframe using punched tape for the program)) I was very impressed with the power of it !
Current stage - it now reads a Flowcode program into a tree structure (using a SAX parser). It handles all Flowcode structures - though doesn't actually read all the data it could (I currently skip colours and a few other items (interrupt options for example) - though these are really just spadework and easily added....
It (for example) reads Switch statements, loops etc (nested as required)
Although it offers a file selection box it currently only reads test.fcfx (but I;ve used several files here) - and it does all the hard work in Activity_Create which is almost certainly bad (but this is a first attempt at Android programming

It doesn't actually display the Flowcode (it outputs some of it to the debugger log file - mostly I removed the log statements once a section was working)
I works on Android 2.3 (on an old mp4 player), Android 6 (my phone) Android 7 (emulated) and probably everything in between!
So - any one with a little Android experience (or graphics experience) interested in lending a hand???? Indeed, is anyone interested and is it worth pursuing. as a project..
Any volunteers I can PM with code etc (though I better wait a day or too in case Matrix's lawyers ain't happy about me peeking in their files)
- and, of course, although it could probably work as an editor on Android (or IOS) - writing XML is easier than reading it - there is little danger of Flowcode ever arriving on the small screen (those toolsets aren't heading across any day soon!)
Martin
Oh - and as it started as a rather piecemeal 'I wonder if I could' the code needs a fair bit of tidyage (and some comments)