In this post, I'm going to start creating a small project by taking a TextView, EditText and a Button.
First up, you need to create the XML Layout for this three widgets to show in the app. Here is the XML code that you need to write in your activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout...