Skip to content

Latest commit

 

History

History

README.md

Screeb Android Example

Complete native Android example for the Screeb Android SDK.

Full documentation: developers.screeb.app/sdk-android/install

What This Example Covers

  • SDK initialization with visitor properties
  • Deep link handling for the Screeb editor
  • Identity and visitor property updates
  • Event and screen tracking
  • Programmatic survey/message start
  • Session replay start/stop
  • SDK debug command
  • Optional camera/microphone permissions for media questions

Requirements

  • Android Studio
  • Android SDK 35
  • JDK 17

Run

From this directory:

./gradlew :app:installDebug

To verify the SDK consumer ProGuard rules in a minified app build:

./gradlew :app:assembleRelease

Deep Links

The manifest registers:

<data android:scheme="screeb-${screebChannelId}" />

The example uses the same demo channel ID in the manifest and in Screeb.initSdk.

Files