Store finder

The Store finder SDK is where your customers can check find your stores.

Without any customisation, Store finder screens looks like this:

Store finder screens
Store finder screens

Start using Store finder SDK

To start using it, you just need to add the feature module to your build.gradle

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

Store finder SDK is composed of this module:

Koin modules

Store finder SDK dependencies are injected using Koin. Store finder SDK injects automatically all the necessary Koin modules when you include the feature module into your project. This is the Koin module included:

  • storeFinderPresentationModule

The Store finder SDK provides these deep links:

  • ://storefinder: it opens StoreFinderActivity.
  • ://stores/details/${storeId}: it opens StoreFinderDetailsActivity.