I´m developing my first app under b4a kit and it uses a tab host. My question is, what is the best method to deal with different views?
Actually I initialized every panel as soon as my app starts and when I want to switch beetween views I just put the panel visible and enabled in FALSE and the one that want to show in TRUE.
Is it correct? Is it exist a better solution? Because if the view has edit text, labels, their information remains when i show that view again. ¿Is there a method to clear the values?
Thanks and hope you can help me!
Actually I initialized every panel as soon as my app starts and when I want to switch beetween views I just put the panel visible and enabled in FALSE and the one that want to show in TRUE.
Is it correct? Is it exist a better solution? Because if the view has edit text, labels, their information remains when i show that view again. ¿Is there a method to clear the values?
Thanks and hope you can help me!