Hello I have created a simple app with a MainActivity
extending ActionBarActivity
.
I have 4 tab Fragments
and the action bar is linked with those 4.
Now inside one of those tabs I want to include a YouTube video player.
I am struggling because I want to include a video fragment inside a fragment. I have created another app with an activity and a YoutubeSupportFragment
which works ok but in my case I don't have an activity to include the video fragment but a fragment. Any ideas?