Feature module

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

implementation ("com.poqstudio:stores.instore:$VERSION_NAME")

Architecture

The general architecture of the in store activation
The general architecture of the in store activation

  • InStoreActivationActivity is the entry point to the in store activation.
  • InStoreActivationFragment is the main fragment for the in store activation.
  • InStoreActivationFragmentDelegate is the fragment delegate for the in store activation.
  • InStoreActivationViewModel is the main ViewModel for the in store activation.
  • InStoreActivationSnackBarWrapper is the reusable composable for the activation snack bar.
  • InStoreActivationScreen is the main composable for the in store activation screen.
  • InStoreActivation is the reusable composable for the in store activation.

The general architecture of the in store finder
The general architecture of the in store finder

  • InStoreFinderActivity is the entry point to the in store finder.
  • InStoreFinderFragment is the main fragment for the in store finder.
  • InStoreFinderFragmentDelegate is the fragment delegate for the in store finder.
  • InStoreFinderScreen is the main composable for the in store finder screen.