android - AlertDialog youtube? -


i want know if possible inflate youtube in alert dialog,

but error in view view : android.view.inflateexception exception.

inflate :

 dialogview = layoutinflater.from(context).inflate(r.layout.alert_label_editor_notif, null,false); 

xml

 <com.google.android.youtube.player.youtubeplayerview                         android:id="@+id/youtube_view"                         android:layout_width="match_parent"                         android:layout_height="fill_parent"/> 

don't create view that.the ways use youtube stan alone player api

i have made tutorial @ this git hub link

sample .

ouput


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -