reidisaki
reidisaki

Reputation: 1524

Can I use the CastCompanionLibrary if I don't use an ActionBar

I currently am in the process of migrating my Chromecast app to the new sdk. I am trying to use the CastCompanionLibrary to make my life easier, but I am running into a problem. I don't currently use an actionBar in my app and I plan to add it later on when I redesign the app so for now I can't use an ActionBar. Can I use the CastCompanionLibrary even if I don't use an ActionBar?

Thanks!!

Upvotes: 0

Views: 86

Answers (2)

mr.icetea
mr.icetea

Reputation: 2637

You can use android.support.v7.app.MediaRouteButton instead android.support.v7.app.MediaRouteActionProvider on Actionbar.

Upvotes: 0

Ali Naddaf
Ali Naddaf

Reputation: 19034

Currently it only supports ActionBar, at least for discovery part. What implementation of discovery are you having in mind?

Upvotes: 1

Related Questions