buongiorno vi chiedo un chiarimento in merito alla compatibilità delle app, se sviluppo una app in B4A per android c'è un modo per compilarla esattamente com'è funzionante anche per IOS? oppure sono previste delle differenze?
XUI2D allows us to develop games that run on B4A, B4J and B4i. This tutorial will explain the recommended way to organize your projects. I recommend following the suggested structure even if you target a single platform. It is very simple and will help you add more platforms in the future. I...
XUI2D allows us to develop games that run on B4A, B4J and B4i. This tutorial will explain the recommended way to organize your projects. I recommend following the suggested structure even if you target a single platform. It is very simple and will help you add more platforms in the future. I...
In realtà questo spiega come condividere le risorse se si realizzano giochi multipiattaforma sfruttando XUI2D.
La domanda è: se sviluppo una app in B4A per android c'è un modo per compilarla esattamente com'è funzionante anche per IOS?
Parlando di App è un discorso rispetto al realizzare un Gioco e sicuramente diverso rispetto all'argomento trattato in quel post che parla della condivisione di risorse non di compilazione.
Nelle risposte atteniamoci al topic (Argomento) e alla domanda specifica, La questione giochi e condivisione delle risorse non fanno parte del quesito
This is a simple example that demonstrates a recommended method of sharing code and files between B4A, B4i and B4J. It is based on these tips: https://www.b4x.com/android/forum/threads/xui2d-cross-platform-tips.96815/#content The main idea is to implement everything that is possible in one or...
www.b4x.com
Qui trovi esempi per la condivisione di codice e Layout
Sharing code between the platforms is quite simple with the reference modules feature: https://www.b4x.com/android/forum/threads/b4x-modules-files-groups-and-folders.86587/#content Once you learn how to use XUI library with B4XView and the various cross platform controls you can share 95%+ of...
Example of implementing a chat layout. It is based on xCustomListView. The text is created with a hidden BBCodeView (BCTextEngine) and the bubble is drawn with BitmapCreator. Extracting the image from BBCodeView is not trivial. See the code. The code is implemented in the Chat class which is...