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
  2. Module Structure

app_data_source

PreviouschachemanagerNextapp

The app_data_source module is responsible for manipulating all app data, including ViewModel setup and mapping data between the network, CacheManager, and UI views. The ViewModel also handles business logic and manages data flow to the UI, facilitating communication with the UI layer in the main app module.