From the Splash screen, the user goes to the Login/Signup screen. This screen provides the user with option to Log in/Sign up using their email and password. It also provides users with the option to log in/sign up using their Facebook and/or Google accounts. This screen also has other prominent sections, which we will know about eventually. First, we will look at the layout code of this screen. The layout will be on a similar basis as the splash screen layout, with some additional components:
<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:android_ex="http://schemas.android.com/apk/res-auto"android:layout_width="match_parent"android:layout_height="match_parent"ndroid:background="@color/app_bg_color"> ...