I need to write an application that is starting with a login screen. From login screen you can go to the main screen after authentication. From here you can navigate to other 3 screens containing various information. How do I properly design that application? One Activity for each screen, each with multiple layouts for different resolutions? Is that ok?
Thank you!
Thank you!