Good morning guys, I wanna ask you about an effici...
# android
d
Good morning guys, I wanna ask you about an efficient way of app’s structure, when I create an app I often use only one activity, then in that activity I include a container fragment and put all other fragments into that container fragment. So is that an efficient way of app’s organization?
😶 2
a
Are you asking about architecture
d
yep but not something like MVVM, or MPV, I only ask about my structure as I told above.