How can we integrate Youtube Data API in #compose?
I have just integrated Google-Sign-In in my app, and now want to integrate YouTube-Data-API, I tried to follow this guide https://developers.google.com/youtube/v3/quickstart/android, but I don't know how to implement that into Compose.
c
Cyril Find
06/30/2021, 9:20 PM
it doesn't really have anything to do with compose (and the sample code is pretty old-school even for regular View layouts), just use the parts that retrieve data and then display it in compose