Study: Resource, Theme, Color, Layout, Explicit Intent, Gradle File structure
LinearLayout, RelativeLayout, ConstraintLayout, Card View, Image View, ScollView, Light Theme, Dark Theme, jpg & png image in drawable folder, Color in theme, string in xml file, TextInputLayout, TextInputEditText
Add Drawable Resource in android project
Add Activity in android Project
AIM: Create given UI by using ConstraintLayout, LinearLayout, in one android Application. Create two activities LoginActivity by using ConstraintLayout and RegistrationActivity by using LinearLayout & use Explicit Intent to move from one activity to another activity.