Is there a way to call more Activities? For example.
I want to develop the following:
I have the Main Activity, and I want to call to a new one called "Login" Activity, then this activity, will do the login validation and if it is correct, then, called a Menu Activity that has several options to select. And from my Menu Activity, depending on the user selection, called differents Activities..
Can you confirm this and how can I do this? Do you have a sample, to look how it does?.
I want to develop the following:
I have the Main Activity, and I want to call to a new one called "Login" Activity, then this activity, will do the login validation and if it is correct, then, called a Menu Activity that has several options to select. And from my Menu Activity, depending on the user selection, called differents Activities..
Can you confirm this and how can I do this? Do you have a sample, to look how it does?.