Open Android Studio.
Then, select Start a New Project.
Specify your App name.
Select the category to which you’re going to develop an app for Smartphone and Tablet, Wear, Android TV..etc.
The above picture shows that my app's name is Chat. It is displaying "Welcome to the chat" as the text View which can be dragged from the toolbar on left side.
Step 2 - Add the Text View label from Toolbar and change default text to Login.
Step 3 - Now, add the Email label and Password label from toolbar to insert, by dragging and dropping into mainactivity design page.
Step4 - Then, add a button to mainactivity as Login button. Here, we have created the button as Login by drag and drop.
Step 5 - Now, we need to execute our Login page interface in our virtual device. It’s an emulator which enables us to run our Android Operating System in Android Studio to run our apk file created.
Our Login Page interface is created successfully, by just simply dragging and dropping. In my next article, I will continue by showing you how to access multiple user interactive pages using different button functions.