Fly TV PRO
  • 📺Welcome
  • Getting Started
    • Download Android Studio
    • Open Project
  • Project Structure
    • Module Structure
      • network
      • chachemanager
      • app_data_source
      • app
    • Product Flavor
  • Project Customization
    • Change App Name
    • Change App Icon
    • Change ApplicationId
  • Firebase Configuration
    • Create Firebase Project
    • Add your App to Firebase
    • Sync and Rebuild Project
  • Backend Configuration
    • Server requirment
    • Installation Fly tv admin
    • API Connection to your app
    • Push Notification Configuration
  • Admob configuration
  • Product License
  • Thank you
Powered by GitBook
On this page
  1. Project Structure

Module Structure

PreviousProject StructureNextnetwork

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.