Santiago Bregonzio
Santiago Bregonzio

Reputation: 11

Can't get Fragment Manager in my Activity that extends YouTubeBaseActivity

So my app has a Youtube Player view in the main activity, my initial intention was to add a Tablayout with it's ViewPager, however, when coding I realised i couldn't get Support Fragment manager for my Adapter.

Header of my class:

public class MainActivity extends YouTubeBaseActivity implements YouTubePlayer.OnInitializedListener,
            YouTubePlayer.PlaybackEventListener {

Upvotes: 0

Views: 43

Answers (0)

Related Questions