Innovative Login Screen Design using Android studio Hello , if you are looking for a simple attractive login screen design for your android application then you are in the right place ! What we are going to make in this tutorial is a professional user interface with few simple steps to achieve such result using android studio. RESULT LET US BEGIN Download Resources files From here STEP 1 : Create a new project in Android studio start by creating a new project in android studio and selecting Empty activity STEP 2 : Set up the resources for your project Download all the needed resources for this project : From here Copy the res folder to your project location inside main folder. Replace existing files if it asks you. STEP 3 : Customize Login screen design Layout copy this xml layout to your activity_main.xml in your project <?xml version="1.0" encoding="utf-8"> <RelativeLayo...