I develop the XUI version of the ScrollView2D library that created @Informatix. I did not base myself on its code but developed everything from scratch. It is still unripe, but it works well and is not very heavy. Clearly for iOS already the native ScrollView is 2D as well as for Desktop...
I am using the table custom view 2.26 in my droid app but getting loads of compile issues when I moved it into my b4i app. the main things that are causing issues are Private SV As ScrollView2D, Gravity, Typefaces, activity.... Perhaps I am using the wrong codebase, is there an equivalent codebase somewhere for b4i?
I created a new library to show a table (or grid) similar to the one in EXCEL. There are already excellent classes that allow many to accomplish things, such as xCustomListView by @Erel (B4X) and with the FlexibleTable by @klaus (B4A). I wanted to make something slightly different suited to...
Will look into doing that, I think I need to do everything in Pages and just slot my logic in there, then hopefully I will have an app that will work on both with minimal changes required when a new function comes along.