Feature module

The login feature module includes all the presentation logic required to display the login gate screens. If you need to include this module, add it to your build.gradle:

implementation ("com.poqstudio:account.login:$VERSION_NAME")

Login Gate content

Login Gate content architecture

The general architecture of the Login Gate content screen
The general architecture of the Login Gate content screen

  • LoginGateActivity is the entry point to the login screens.
  • LoginGateFragment is the main fragment for the login screen.
  • LoginGateFragmentDelegate is the fragment delegate for the login screen.
  • LoginViewModel is the ViewModel used by Login Gate screen.