Skip to main content

Posts

Showing posts from February, 2019

 


Android app code for youtube channel

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

Admob Banner Ads Code

Recharge Image Resizer All Size Reize code for banner ad :-             <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"         xmlns:tools="http://schemas.android.com/tools"         android:layout_height="match_parent"         android:layout_width="match_parent"         android:paddingLeft="@dimen/activity_horizontal_margin"         android:paddingRight="@dimen/activity_horizontal_margin"         android:paddingTop="@dimen/activity_vertical_margin"         android:paddingBottom="@dimen/activity_vertical_margin"         tools:context=".MainActivity">         <TextView android:text="@string/hello_world"             android:layout_width="wrap_content"             android:layout_height="wrap_content" />         <com.google.android.gms.ads.AdView             xmlns:ads="http://schemas