Intro
I'm new to Jetpack Compose and it is not that easy for me to understand or get everything correct on my first try.
That's why I love to have a look at other's open-source work to understand the topic a little bit better.
Problem
My current problem is that I must embed YouTube videos into my app. At first, I thought I use an embedded web view, but hey, I'm a native app dev, let's do it native!
But I stumbled a lot
- Is it true, that we as devs must use a local *.jar file from Google to embed the video player?
- Is it true, that there is no official Jetpack Compose component for that?
- Is it true, that there is no dependency our there which provides such functionality?
- Yes, I searched SO before I asked
That's why it would be awesome if someone of you could point me into the correct direction to make any progress with my tiny self-learning app.
the simplest way is first just add this line in gradle file