Shay Well-Known Member Licensed User Longtime User Jan 22, 2015 #1 Hi Comparing to B4A, In B4A I have many activity modules, each one is loading it's own layout What is the correct way to do it here, meaning how do I do: Activity.finish StartActivity(New)
Hi Comparing to B4A, In B4A I have many activity modules, each one is loading it's own layout What is the correct way to do it here, meaning how do I do: Activity.finish StartActivity(New)
Erel B4X founder Staff member Licensed User Longtime User Jan 22, 2015 #2 It is actually simpler (or more flexible) in B4i and B4J. There are many possible approaches. Start with this example: https://www.b4x.com/android/forum/threads/multiple-pages-example.48170/#content And this tutorial: Static Modules and Classes Upvote 0
It is actually simpler (or more flexible) in B4i and B4J. There are many possible approaches. Start with this example: https://www.b4x.com/android/forum/threads/multiple-pages-example.48170/#content And this tutorial: Static Modules and Classes