Android Studio : Detailed Introduction
Nov 10, 2020
This is a good tutorial guide, but when you are using it for the first time, the instructions are slightly unclear due to lack of pictures. I will elaborate with more pictures.
Open the Layout Editor
To get started, set up your workspace as follows:
Add a text box
Add a button
Change the UI strings
Make the text box size flexible
https://developer.android.com/training/basics/firstapp/starting-activity
Respond to the Send button
Build an intent
Create the second activity
Add a text view (in the button)
Display the message
Add upward navigation
It should be done now.