Android Question Best practice to open several screen ?

achtrade

Active Member
Licensed User
Longtime User
I need to open 3 screens in this order:
First screen: list of customers, the user select a customer and open the second screen
Second screen: list of product, the user select a product and open the third screen
Third screen: the user write a note and then save the info in the db.

What is the best way to do this, create an activity for each screen or create one activity with 3 panels ?

Please help
 
Top