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
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