B4X developing - equivalences

LucaMs

Expert
Licensed User
Longtime User
I am developing a "B4XPages app". Even if I don't have B4i (and even less iOS devices!), I think I should write it as if I had it, thinking about the great future of the app and especially of mine 🤣

For example, for sounds with B4A I can use MediaPlayer or SoundPool but I don't know what should be used with B4i.

Another example (old stuff): HorizontalScrollView (I have to check but maybe xCustomListView can be oriented horizontally).

Anyway, the point is this: is there some sort of table, on site or documentation, such as:

Equivalences
B4AB4iB4j
MediaPlayerIDontKnowMediaPlayer
HorizontalScrollViewWhoKnowsUm…
………


(for some views there are XUI Views, I know).

Eventually even Snippets could be useful.
B4X:
#IF B4A
   Dim MP As MediaPlayer
   '...
#ELSE IF B4I
'...



[The real reason why I write this post is to keep postponing the development of that app 😄:confused:]
 
Last edited:
Top