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
| Example | What it shows | Recommended when |
|---|---|---|
example | Full integration with DetourDelegate, LinkProcessingMode.ALL, app links + scheme links + deferred links, and analytics events | You want the default production-style setup in one place |
example-deferred-only | LinkProcessingMode.DEFERRED_ONLY with direct Detour.getDeferredLink() and splash-screen-based deferred routing | Your app already handles app-link/scheme intents and needs only deferred matching |
Recommended user path
- Complete SDK Installation.
- Read SDK Usage for lifecycle and routing model.
- Start from the closest example and adapt manifest/routing logic.
- Validate behavior with Testing & Troubleshooting.