Home

The Home feature allows your customers to display a variety of existing banner types or create your own, it's part of the Platform SDK.

Without any customisation, Home screen looks like this:

Home screen
Home screen

Start using the Home feature

The Home feature is composed of these modules:

Koin modules

The Home domain/data dependencies are injected using Koin. Platform SDK provides the default dependencies definitions via these Koin modules:

  • bannersDataModule
  • bannersDomainModule

Dagger modules

The Home presentation dependencies are injected using Dagger. Platform SDK provides the default dependencies definitions via these Dagger modules:

  • HomeFragmentModule