Android MVVM framework construction Navigation + Fragment + BottomNavigationView

preface   you are already familiar with the MVVM framework pattern in these articles. The specific architecture pattern is shown in the following figure: The Activity/Fragment of the upper layer is represented as the View layer, which operates the data through the ViewModel, and then the Repository controls the source of the data, wh ...

Posted by jadebabe on Tue, 23 Nov 2021 05:47:35 -0800