/YouCompose

A Youtube video listing app made with Jetpack Compose

Primary LanguageKotlin

YouCompose

A Youtube video listing app made with Jetpack Compose

Jetpack Compose

For more information about Jetpack Compose please consult the official documentation here

Youtube API

For more information about Youtube API please consult the official documentation here

API Key

This application required an API key to work.

You can generate your own key by following Youtube API instructions here

Once created, add your API key in the file src/main/res/values/keys.xml like so

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="YOUTUBE_API_KEY" translatable="false">[YOUR_API_KEY_HERE]</string>
</resources>