This is a really minor thing, but might still be worth mentioning.
I'm using the type Rect in my app, and in both B4i and B4A that type is in the Core library:
(Sorry for the confusing titles above, one is actually for B4i docs, even though it says B4A. Bug posted.)
However, in B4J it's instead in the jGameViewHelper library:
So, to align the platforms, I imagine it might make sense to move Rect to jCore instead. Should be no sideeffects considering we always have the Core libraries enabled.
I'm using the type Rect in my app, and in both B4i and B4A that type is in the Core library:
B4A - Drawing (Core)
www.b4x.com
B4A - Drawing (Core)
www.b4x.com
However, in B4J it's instead in the jGameViewHelper library:
B4J - jGameViewHelper
www.b4x.com
So, to align the platforms, I imagine it might make sense to move Rect to jCore instead. Should be no sideeffects considering we always have the Core libraries enabled.