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
Atchay Varma
04/17/2021, 2:51 AM
Are you asking about architecture
d
David Martin
04/17/2021, 3:30 AM
yep but not something like MVVM, or MPV, I only ask about my structure as I told above.