cruskai239
New Member
I'm making an application that will have multiple pages. I've thought up two ways to do this.
#1: Use different activities and intents (the way every tutorial does it).
#2: Use a switch statement to "simulate" changing pages on the button push without actually changing activities.
Which is more efficient for both speed and file size?
#1: Use different activities and intents (the way every tutorial does it).
#2: Use a switch statement to "simulate" changing pages on the button push without actually changing activities.
Which is more efficient for both speed and file size?