...

/

Demo App — Part 1

Demo App — Part 1

See how the YouTube Data API resources can be integrated into a real-world app.

We’ve looked at multiple resources that we can use to retrieve data from the API. It’s time to integrate them and use the data in a real-world app.

Workflow

We have our demo app in the code widget below. Let’s call it “YouTube Mini.” It demonstrates the workflow of searching a YouTube video. The app works as follows:

  1. After running the app, we’ll see the “Home” page. The “Home” page has a search bar, where we can enter a keyword or phrase. Next to the search bar,
...