Android Question B4XPages vs AndroidPages: Which one do you recommend?

Alex Guerrero

Member
Licensed User
Longtime User
Hi everyone, I've always used B4A as the default development framework, and reading Erel's recommendations on how to simplify B4A application development, I came across two options: B4XPages y AndroidPages, aside from the advantages Erel mentions: what experience have you had switching libraries? Which one do you recommend?

AndroidPages keeps the naming convetions of B4XPages for compatibility reasons.
AndroidPages in coordination with the included library implement ViewModel and Saved instance state.
Remove B4XPages and add AndroidPages in the libaries manager.


Español:
Hola a todos, siempre he estado usado B4A el marco de desarrollo por defecto y leyendo las recomendaciones de Erel sobre como simplificar el desarrollo de aplicaciones B4A, me encontré con dos caminos: B4XPages y AndroidPages, aparte de las ventajas que Erel relata: que experiencia han tenido al cambiar de librería? cual recomiendan?

AndroidPages mantiene las convenciones de nomenclatura de B4XPages por motivos de compatibilidad.
AndroidPages, en coordinación con la biblioteca incluida, implementa ViewModel y el estado de instancia guardado.
Elimine B4XPages y añada AndroidPages en el gestor de bibliotecas.
 

DonManfred

Expert
Licensed User
Longtime User
I can only recommend B4XPages which is the official recommended System for (new) Projects.
 
Upvote 0

Sagenut

Expert
Licensed User
Longtime User
The better solution will be when B4XPages will officially support orientation.
And I think that we are not far from the moment, because of the new Google requests.
To rely on something non official could leave you in problem if it get abandoned.
 
Upvote 0
Top