Configure Android
To connect Android app with your youtube channel is you must edit file res/xml/remote_config_defaults.xml
There are two part you must change with your own,
CHANNEL & PLAYLIST
Tutorial to get CHANNEL_ID & PLAYLIST_ID --> http://blog.dream-space.web.id/?p=185
res/xml/remote_config_defaults.xml
Since version 3.2 we implement remote config to store Channel ID and Plaaylist ID, you can read page Remote Config here to see the step :
API_KEY
Tutorial to get API_KEY --> http://blog.dream-space.web.id/?p=178
data/Constant.java
Since version 3.2 we remove YOUTUBE API KEY from remote config to Constant because google not allow one app use multiple youtube api key
Last updated