Module Structure

After opening the project in Android Studio, you will notice four folders, including "app," as shown in the picture. These folders are named "app," "app_data_source," "cachemanager," and "network." This signifies that the codebase follows a multi-module structure and MVVM architecture pattern. Further details about each module are provided below.

Last updated