What is the best approach for navigating between windows in an Android app?
I say windows because I don't have the right terminology in java. I just began.
Suppose that the first screen the user sees is the username and password using the button. Upon successful login, does it show a completely new “window” with the corresponding registered information?
I tried putting 2 EditTexts and a button inside the view (using the graphic layout tab Main.xml [eclipse]) in main.xml, but didn't like it.
source
share