Skip to content

Instantly share code, notes, and snippets.

@udacityandroid
Created May 28, 2015 01:36
Show Gist options
  • Save udacityandroid/7a9b5288975819fa2c25 to your computer and use it in GitHub Desktop.
Save udacityandroid/7a9b5288975819fa2c25 to your computer and use it in GitHub Desktop.
Android Development for Beginners : Happy Birthday Starting 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"
tools:context=".MainActivity">
<TextView android:text="Happy Birthday YOURFRIENDHERE" android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</RelativeLayout>
@hadeel-18
Copy link

please help me
I don't have an android phone
How can i run the app??
image

@Mihir50
Copy link

Mihir50 commented Aug 14, 2021

@hadeel-18 use an emulator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment