Skip to main content

Android SDK Examples

After configuring Detour credentials and Android link integration, start from one of the runnable examples in the Android SDK repository.

Click any example name below to open its README.md on GitHub, where you can explore setup steps, test flow, and source code structure.

Example catalog

ExampleWhat it showsRecommended when
exampleFull integration with DetourDelegate, LinkProcessingMode.ALL, app links + scheme links + deferred links, and analytics eventsYou want the default production-style setup in one place
example-deferred-onlyLinkProcessingMode.DEFERRED_ONLY with direct Detour.getDeferredLink() and splash-screen-based deferred routingYour app already handles app-link/scheme intents and needs only deferred matching
  1. Complete SDK Installation.
  2. Read SDK Usage for lifecycle and routing model.
  3. Start from the closest example and adapt manifest/routing logic.
  4. Validate behavior with Testing & Troubleshooting.