Hi all,
I'm new on Android programming, I thinking to develop DB applications and in my mind the user need a Stack of "forms" to maintain data.
The Erel's two activities example show how to communicate between Activities, but I needed a more abstract solution.
So I wrote this class which implement a Stack of Panels on top of an Activity. I'm not sure of all implications, I think I have to deal with Activity recreation maybe I can't prevent rotation, or save the state of the stack, but at the moment it isn't a problem.
Regards
I'm new on Android programming, I thinking to develop DB applications and in my mind the user need a Stack of "forms" to maintain data.
The Erel's two activities example show how to communicate between Activities, but I needed a more abstract solution.
So I wrote this class which implement a Stack of Panels on top of an Activity. I'm not sure of all implications, I think I have to deal with Activity recreation maybe I can't prevent rotation, or save the state of the stack, but at the moment it isn't a problem.
Regards