googlecast / CastVideos-android

Reference Android Sender w/ Framework API: CastVideos-android application shows how to cast videos from an Android device that is fully compliant with the Cast Design Checklist.
Apache License 2.0
345 stars 182 forks source link

Move to jetpack compose #135

Open tdguchi opened 3 months ago

tdguchi commented 3 months ago

This example uses "old" api with xml layout (also, it has some deprecated functions, outdated versions)

Could you update all chromecast stuff to use compose? its a nightmare creating a compose app and not be able to add cast button without making a mess.