Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 675 Bytes

File metadata and controls

15 lines (12 loc) · 675 Bytes

YourChannel-YouTube-API-Implementation

  • Search YouTube Channels and add it to your list.
  • Browse the playlists of listed channels and watch the videos from playlists.
  • Used MVVM Architecture with Retrofit and Coroutines.

Use the following constants to successfully run the app

BASE_URL = "https://www.googleapis.com/youtube/"
API_KEY = "Your_API_KEY"

Get your API Key from GCP

YouTube Data API Reference - click here

Watch demo video here