Deep links provide a way to link to specific content on either a website or an application. These links are indexable and searchable, and can provide users direct access to much more relevant information than a typical home page or screen. In the mobile context, the links are URIs that link to specific locations in the application. At Airbnb, we use these deep links frequently to link to listings, reservations, or search queries. Android supports deep links through declaration in the Manifest. You can add an intent filters which define a mapping between deep link schemas and Activities. Subsequently, any URI with the registered scheme, host, and path will open up that Activity in the app. You can’t easily indicate the parameters that you would expect in the URI that you are filtering for. For complex deep links, you are likely to have to write a parsing mechanism to extract out the parameters, or worse, have such similar code distributed amongst many Activities.

Features

  • DeepLinkDispatch provides a declarative, annotation-based API to define application deep links
  • You can register an Activity to handle specific deep links
  • DeepLinkDispatch will parse the URI and dispatch the deep link to the appropriate Activity
  • You can annotate a Kotlin object that is extending
  • Query parameter conversion is supported for nullable and non nullable versions of Boolean
  • Type conversion is handled via a lambda that you can set in the DeepLinkDelegate constructor

Project Samples

Project Activity

See All Activity >

Categories

Libraries

License

Apache License V2.0

Follow DeepLinkDispatch

DeepLinkDispatch Web Site

Other Useful Business Software
Forever Free Full-Stack Observability | Grafana Cloud Icon
Forever Free Full-Stack Observability | Grafana Cloud

Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of DeepLinkDispatch!

Additional Project Details

Operating Systems

Android

Programming Language

Java

Related Categories

Java Libraries

Registered

2022-01-10