Component - First Android app
This is the simplest Android app screen. It shows a greeting message in the center of the screen. The app uses a single activity with a TextView to display "Hello, World!".
This is the simplest Android app screen. It shows a greeting message in the center of the screen. The app uses a single activity with a TextView to display "Hello, World!".
Activity
└── ConstraintLayout
└── TextView