Activity vs View

regwbr

Member
Licensed User
Longtime User
I am new to android development and not sure how to structure an application.

There are 4 screens: Introduction, a selection screen and 3 scrollview screens that take input. Each of the 3 scrollviews will have pop-up dialogs if the user inputs incorrect information.

Should I use activities for each screen or views?

Basic logic:

|--> scrollview1
|
Introduction --> Selection --|--> scrollview2
|
|--> scrollview3
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…