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. Backend Configuration
  2. Configure Sheet

Tv Shows configuration

here's how the "tv_shows" sheet would look after adding data:

id

title

date

image_url

channel_id

1

Show 1

2024-01-21

url_to_image_1

1

2

Show 2

2024-01-22

url_to_image_2

2

3

Show 3

2024-01-23

url_to_image_3

1

4

Show 4

2024-01-24

url_to_image_4

3

Ensure that each id is unique and not repeated across different rows of data. The channel_id column associates each TV show with the respective channel in the app.

Here is what the bottom of the sheet looks like

PreviousConfigure BannerNextConnect Sheet with App

Last updated 1 year ago