So I've been working on a type of slide/power point app. I've been trying to find out whether or not Cast SDK is applicable. Ideally, I'd want to cast a Fragment (exactly like Slides), leaving the navigation bar(RecyclerView) only visible to the presenter.
As far as I know, Cast SDK only supports Media formats. However, I wonder how Slides work in that case then? Does it convert every slide to JPGs or something like that?
I found out that I could extend CastPresentation
class but what if I want to cast a fragment that already extends Fragment?
Any help is appreciated. Thank you!