What's you favourite B4x "component"?

inakigarm

Well-Known Member
Licensed User
Longtime User
Difficult question, how many components can we include?;)

Well, my five..
  • Okhttputils
  • JRDC2
  • Jserver
  • Wait for (not a component indeed)
  • ABMATERIAL (not B4X product but an essential one when doing webapps)
And my favourite control - tableview on B4J
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I like Reflection, JavaObject and inline java features. B4X tools are RAD tools = tools to get the job done.

Thanks to these features I can help other developers to accomplish their tasks even when they need something that is not available in any library. I prefer it over answering: "this is not possible, wait for library X to be updated."
There are also cases where these features can be used in "code libraries". For example CameraEx and Camera2 classes. In some cases it is easier to build the library in B4X code based on these features over writing it in Java.

The balance is of course important.
 

DonManfred

Expert
Licensed User
Longtime User
- OkHttputils
- Wait for
- CreateMap
- Firebase -Messaging, -RealtimeDatabase, -AppInvite
 

Cableguy

Expert
Licensed User
Longtime User
Creating my own custom views!
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
The debug and compile in one step compared to the thousands of steps in other enviroments.

Also, B4J Bridge, i can compile remotely even to a VPS
 
Top