Hello All,
I have several windows Applications for Point of Sales.
I am thinking of migrating them to Android in B4A and rewriting them in B4J for both windows and Linux.
I will be needing several interfaces per application such as creating tables, setting hardware configurations, the selling interface itself, etc.
What is your opinion as to a more efficient way to do this ?
Panels ?
Activities ?
One activity and several layouts ?
You can use B4XSerializator to exchange data between B4A and B4J.
1. Use Services for anything that is not related to the UI. You can use the starter service. It will be simpler.
2. I think that it is better to create multiple activities.