I just need a little guidance on how do I structure my android app
I have an android app that has five to seven screens. Now the way I have structured the app is that I have one single activity that loads on app start which is more like a gateway to start exploring the screens. This activity also has container which I use to show the fragments. Every fragment represents a screen.
So is this structure of one single activity and multiple fragments a valid and a good one or may be the app can be structured in a better way?