Feature module
The login feature module includes all the presentation logic required to display the login screen. If you need to include this module, add it to your build.gradle
:
implementation ("com.poqstudio:account.login:$VERSION_NAME")
Login content
Login content architecture
LoginActivity
is the entry point to the login screens.LoginFragment
is the main fragment for the login screen.LoginFragmentDelegate
is the fragment delegate for the login screen.LoginViewModel
is the ViewModel used by Login screen.