Thoughts
When we decided to develop in B4X, it was this post that guided us to use B4X in our mobile projects and others in B4J.
We know Java, Visual Studio, Visual Android, Xamarin, Angular, Ionic, React, Flutter and others very well.
But we wanted to have a single IDE to create and have control of all our components that we develop for future modifications or maintenance of our APPs and not have third-party components (GitHub) that we would depend on the creator of these components.
That is why we always try to create our own components (B4X) so as not to run the risk that a third party will stop maintaining the component (GitHub) that we could use.
It's just a personal thought.
When we decided to develop in B4X, it was this post that guided us to use B4X in our mobile projects and others in B4J.
CustomFloatingMenuButton - B4A Library source code
The attached code shows how to create a Floating Menu Button, you can show the button by clicking on a button or a swipe gesture (right edge of the screen). This is a guide that hopefully will help you write libraries in B4A. B4A is a POWERFUL Android development tool (despite all its...
www.b4x.com
We know Java, Visual Studio, Visual Android, Xamarin, Angular, Ionic, React, Flutter and others very well.
But we wanted to have a single IDE to create and have control of all our components that we develop for future modifications or maintenance of our APPs and not have third-party components (GitHub) that we would depend on the creator of these components.
That is why we always try to create our own components (B4X) so as not to run the risk that a third party will stop maintaining the component (GitHub) that we could use.
It's just a personal thought.