Android Question B4Xpages Limitations and Disclaimers

Status
Not open for further replies.

epiCode

Active Member
Licensed User
With reference to this page https://www.b4x.com/android/forum/t...framework-for-managing-multiple-pages.118901/

It would be really nice if it is clearly mentioned about things b4xpages can not do.
It will save a lot of time by avoiding hit and trial.

For example:
  1. Appcompat will crash on compile with b4xpages ( recommended by Erel to avoid appcompat with b4xpages in a different thread)
  2. Toolbars need to be fixed and its not a simple replace x with y. Entire method, parameters etc are different
  3. Any Library dependant on appcompat will have issues
  4. Even if compilation happens the app crashes without anything loading ( Issues with reflection in code)
  5. A lot events will require Delegation. Not much explanation available
 

agraham

Expert
Licensed User
Longtime User
It would be really nice if it is clearly mentioned about things b4xpages can not do.
The only thing B4XPages can't do on Android is change orientation. Otherwise it is a standard app with a single Activity that behaves like any other app.
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
Did not know this - good to know.

Check this example:

 
Upvote 0
Status
Not open for further replies.
Top