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

chachemanager

PreviousnetworkNextapp_data_source

You'll be pleased to know that the app only fetches data from the network on the initial call. After that, the CacheManager takes over to manage all data. The network module retrieves the data, and then the CacheManager stores it in the app's local Room database. This ensures users enjoy a seamless experience without the need for data loading every time, eliminating the necessity for network requests. As a result, the app operates at lightning speed.