Skip to content

UI Components

MimiSDK provides top-level UI components that are an entry point for users to start enjoying personalized audio with Mimi, and to take a full Hearing Test. These components are designed to be easily integrated into your app and can be customized to fit your brand.

MimiProfileFragment

The Mimi Profile Fragment is an expanded view that contains all the necessary logic for users to personalize their sound, whether they prefer to do so in an easy and quick way, or in a more accurate way by taking a full Hearing Test. In addition, login and signup options are also provided via cards inside the Profile, allowing users to load their previously created Mimi data or save and persist their current data with a Mimi account.

Profile

The Profile is a highly configurable and dynamic UI component which is versatile enough to be used anywhere in your app. It provides:

  • Onboarding space - guiding the user through creating their individual Hearing ID
  • Personalization controls - update and adjust personalized audio processing quickly with the year of birth or more accurately by taking our Hearing Test
  • Mimi Account integration - allowing a Hearing ID to be stored in a permanent user account

Usage

The Profile is entirely self contained and therefore requires minimal configuration to be used - it's as easy as including the MimiProfileFragment in your app.

<androidx.fragment.app.FragmentContainerView
        android:id="@+id/fragment"
        android:name="io.mimi.sdk.profile.MimiProfileFragment"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

TestFlowActivity

The MimiSDK also offers the TestFlowActivity component to take a full Mimi Hearing Test.

Profile

Next Steps

Check out how to customize your new Mimi Profile to fit your brand with Theming.