Fly TV
  • 📺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 App Color Theme
    • Change ApplicationId
  • Firebase Configuration
    • Create Firebase Project
    • Add your App to Firebase
    • Sync and Rebuild Project
  • Backend Configuration
    • Open New Google Sheet
    • Renaming the existing Sheet
    • Adding New Sheet
    • Configure Sheet
      • Configure Category Sheet
      • Configure Channel List
      • Configure Banner
      • Tv Shows configuration
  • Connect Sheet with App
    • Publish google sheet
    • Get Sheet ID
    • Configure in App
  • Admob configuration
  • Product License
  • Thank you
Powered by GitBook
On this page
  1. Project Structure
  2. Module Structure

network

This module solely handles network calls, including fetching data such as categories, banners, channel lists, and TV shows stored in Google Sheets, by making requests to the API. We will demonstrate how to connect with Google Sheets later. For now, let's focus solely on the code structure.

PreviousModule StructureNextchachemanager

Last updated 1 year ago