Skip to content

XPEHO/YouCompose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A Youtube video listing app made with Jetpack Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages