Click Hire Me For Making Android App to go to Create Android App Youtube Channel App MAINACTIVITY.XML <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:id ="@+id/play" tools:context="com.example.prosen.youtubeplayer.MainActivity"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Hello World!" android:id="@+id/textView" /> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Play" android:id="@+id/button1" android:layout_centerVertical="true" android:layout_centerHorizontal="true" /> <com.google.android.youtube.player.YouTubePlayerView androi...