Feature module

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

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

Shopify Customer Account content

Shopify Customer Account content architecture

The general architecture of the Shopify Customer Account content screen
The general architecture of the Shopify Customer Account content screen

  • LoginActivity is the entry point to the login screens.
  • LoginFragment is the main fragment for the login screen.
  • PoqShopifyLoginFragmentDelegate is the Shopify Customer Account fragment delegate implementation for the login screen.
  • ShopifyLoginViewModel is the Shopify Customer Account ViewModel used by Login screen.