diff --git a/android-sign-in-up-screen/AndroidManifest.xml b/android-sign-in-up-screen/AndroidManifest.xml
new file mode 100644
index 0000000..03b2401
--- /dev/null
+++ b/android-sign-in-up-screen/AndroidManifest.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/android-sign-in-up-screen/res/drawable-hdpi/balloon_bg.png b/android-sign-in-up-screen/res/drawable-hdpi/balloon_bg.png
new file mode 100644
index 0000000..844b4fa
Binary files /dev/null and b/android-sign-in-up-screen/res/drawable-hdpi/balloon_bg.png differ
diff --git a/android-sign-in-up-screen/res/drawable-hdpi/button_default_bg.xml b/android-sign-in-up-screen/res/drawable-hdpi/button_default_bg.xml
new file mode 100644
index 0000000..27869ea
--- /dev/null
+++ b/android-sign-in-up-screen/res/drawable-hdpi/button_default_bg.xml
@@ -0,0 +1,29 @@
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/android-sign-in-up-screen/res/drawable-hdpi/edittext_bottom_bg.xml b/android-sign-in-up-screen/res/drawable-hdpi/edittext_bottom_bg.xml
new file mode 100644
index 0000000..4a2dff3
--- /dev/null
+++ b/android-sign-in-up-screen/res/drawable-hdpi/edittext_bottom_bg.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
diff --git a/android-sign-in-up-screen/res/drawable-hdpi/edittext_default_bg.xml b/android-sign-in-up-screen/res/drawable-hdpi/edittext_default_bg.xml
new file mode 100644
index 0000000..36cf4f4
--- /dev/null
+++ b/android-sign-in-up-screen/res/drawable-hdpi/edittext_default_bg.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
diff --git a/android-sign-in-up-screen/res/drawable-hdpi/edittext_top_bg.xml b/android-sign-in-up-screen/res/drawable-hdpi/edittext_top_bg.xml
new file mode 100644
index 0000000..513ccd6
--- /dev/null
+++ b/android-sign-in-up-screen/res/drawable-hdpi/edittext_top_bg.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
diff --git a/android-sign-in-up-screen/res/drawable-hdpi/email.png b/android-sign-in-up-screen/res/drawable-hdpi/email.png
new file mode 100644
index 0000000..d821bc9
Binary files /dev/null and b/android-sign-in-up-screen/res/drawable-hdpi/email.png differ
diff --git a/android-sign-in-up-screen/res/drawable-hdpi/ic_launcher.png b/android-sign-in-up-screen/res/drawable-hdpi/ic_launcher.png
new file mode 100644
index 0000000..288b665
Binary files /dev/null and b/android-sign-in-up-screen/res/drawable-hdpi/ic_launcher.png differ
diff --git a/android-sign-in-up-screen/res/drawable-hdpi/linearlayout_bg.xml b/android-sign-in-up-screen/res/drawable-hdpi/linearlayout_bg.xml
new file mode 100644
index 0000000..2109251
--- /dev/null
+++ b/android-sign-in-up-screen/res/drawable-hdpi/linearlayout_bg.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/android-sign-in-up-screen/res/drawable-hdpi/password.png b/android-sign-in-up-screen/res/drawable-hdpi/password.png
new file mode 100644
index 0000000..58689b4
Binary files /dev/null and b/android-sign-in-up-screen/res/drawable-hdpi/password.png differ
diff --git a/android-sign-in-up-screen/res/drawable-hdpi/user.png b/android-sign-in-up-screen/res/drawable-hdpi/user.png
new file mode 100644
index 0000000..7b64886
Binary files /dev/null and b/android-sign-in-up-screen/res/drawable-hdpi/user.png differ
diff --git a/android-sign-in-up-screen/res/layout/activity_main.xml b/android-sign-in-up-screen/res/layout/activity_main.xml
new file mode 100644
index 0000000..0130d13
--- /dev/null
+++ b/android-sign-in-up-screen/res/layout/activity_main.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
diff --git a/android-sign-in-up-screen/res/layout/activity_sign_in_screen.xml b/android-sign-in-up-screen/res/layout/activity_sign_in_screen.xml
new file mode 100644
index 0000000..8081518
--- /dev/null
+++ b/android-sign-in-up-screen/res/layout/activity_sign_in_screen.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/android-sign-in-up-screen/res/layout/activity_sign_up_screen.xml b/android-sign-in-up-screen/res/layout/activity_sign_up_screen.xml
new file mode 100644
index 0000000..347473f
--- /dev/null
+++ b/android-sign-in-up-screen/res/layout/activity_sign_up_screen.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/android-sign-in-up-screen/res/menu/main.xml b/android-sign-in-up-screen/res/menu/main.xml
new file mode 100644
index 0000000..c002028
--- /dev/null
+++ b/android-sign-in-up-screen/res/menu/main.xml
@@ -0,0 +1,9 @@
+
diff --git a/android-sign-in-up-screen/res/values/dimens.xml b/android-sign-in-up-screen/res/values/dimens.xml
new file mode 100644
index 0000000..55c1e59
--- /dev/null
+++ b/android-sign-in-up-screen/res/values/dimens.xml
@@ -0,0 +1,7 @@
+
+
+
+ 16dp
+ 16dp
+
+
diff --git a/android-sign-in-up-screen/res/values/strings.xml b/android-sign-in-up-screen/res/values/strings.xml
new file mode 100644
index 0000000..7e77bb9
--- /dev/null
+++ b/android-sign-in-up-screen/res/values/strings.xml
@@ -0,0 +1,21 @@
+
+
+
+ Sign In&Up
+ Settings
+ Hello world!
+
+
+
diff --git a/android-sign-in-up-screen/res/values/styles.xml b/android-sign-in-up-screen/res/values/styles.xml
new file mode 100644
index 0000000..6ce89c7
--- /dev/null
+++ b/android-sign-in-up-screen/res/values/styles.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
diff --git a/android-sign-in-up-screen/src/com/hmkcode/android/sign/MainActivity.java b/android-sign-in-up-screen/src/com/hmkcode/android/sign/MainActivity.java
new file mode 100644
index 0000000..995fbfa
--- /dev/null
+++ b/android-sign-in-up-screen/src/com/hmkcode/android/sign/MainActivity.java
@@ -0,0 +1,42 @@
+package com.hmkcode.android.sign;
+
+import android.os.Bundle;
+import android.app.Activity;
+import android.content.Intent;
+import android.view.Menu;
+import android.view.View;
+import android.view.View.OnClickListener;
+import android.widget.Button;
+
+public class MainActivity extends Activity implements OnClickListener {
+
+ Button btnSignIn;
+ Button btnSignUp;
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_main);
+
+ btnSignIn = (Button) findViewById(R.id.btnSingIn);
+ btnSignUp = (Button) findViewById(R.id.btnSignUp);
+
+ btnSignIn.setOnClickListener(this);
+ btnSignUp.setOnClickListener(this);
+ }
+ @Override
+ public void onClick(View v) {
+ Intent i = null;
+ switch(v.getId()){
+ case R.id.btnSingIn:
+ i = new Intent(this,SignInActivity.class);
+ break;
+ case R.id.btnSignUp:
+ i = new Intent(this,SignUpActivity.class);
+ break;
+ }
+ startActivity(i);
+ }
+
+
+
+}
diff --git a/android-sign-in-up-screen/src/com/hmkcode/android/sign/SignInActivity.java b/android-sign-in-up-screen/src/com/hmkcode/android/sign/SignInActivity.java
new file mode 100644
index 0000000..3cbe89d
--- /dev/null
+++ b/android-sign-in-up-screen/src/com/hmkcode/android/sign/SignInActivity.java
@@ -0,0 +1,16 @@
+package com.hmkcode.android.sign;
+
+import android.os.Bundle;
+import android.app.Activity;
+
+public class SignInActivity extends Activity {
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_sign_in_screen);
+ }
+
+
+
+}
diff --git a/android-sign-in-up-screen/src/com/hmkcode/android/sign/SignUpActivity.java b/android-sign-in-up-screen/src/com/hmkcode/android/sign/SignUpActivity.java
new file mode 100644
index 0000000..1ea30c9
--- /dev/null
+++ b/android-sign-in-up-screen/src/com/hmkcode/android/sign/SignUpActivity.java
@@ -0,0 +1,17 @@
+package com.hmkcode.android.sign;
+
+import android.os.Bundle;
+import android.app.Activity;
+import android.view.Menu;
+
+public class SignUpActivity extends Activity {
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.activity_sign_up_screen);
+ }
+
+
+
+}