I'm new in B4A programming. :sign0085:
I'm trying to develop a DB application and i need to stack panels for example i need to have a list of records and from that list i have to edit a record and from the edit I need to lookup a related table and so on. (similar to SQLExample but more flexible and builded at runtime)
Which is the better way to do this?
I have to implement a Panel Stack controlled by Activity_KeyPress sub?
But what are the implications (memory handle, screen rotation and so on)?
Or I have to use a limited deep of stacked activities, and in that case which are the memory problems?
Some sample to stack panels?
I seen ThreeActivityExample and SlidingPanels samples that are similar.
Many thanks