Skip to content

xReaPerD/Youtube_Api_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube_Api_Demo

Implementation of YouTube API in android studio to fetch data from YouTube.

Before you start:

  1. You need a Google Account to access the Google API Console, request an API key, and register your application.

  2. Create a project in the Google Developers Console and obtain credentials so your application can submit API requests.

Dependencies being used:

    //retrofit
    implementation 'com.squareup.retrofit2:retrofit:2.6.2'
    implementation 'com.squareup.retrofit2:converter-gson:2.6.2'

    //Picasso
    implementation 'com.squareup.picasso:picasso:2.71828'

App Overview:

image

About

Implementation of YouTube api in Android studio

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages