I came from asp.net MVC and have an application with multiple views and a controller. In this controller I have to transfer my object from one view to another (several times) Is it possible to do "the same thing" with Android (Java)?
For example In my application I have to unload a package from a truck. Before I can do that, my API is asking me to enter my location. So I would open my UI mask to enter the location Press "OK" and go back to my Unload UI mask if necessary.
I thought of something like startActivity and when I'm done with it close it and switch to the next activity.
My goal is to keep updating the object until the API can satisfy it