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
Go from Code to Production URL in Seconds Icon
Go from Code to Production URL in Seconds

Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
Try it free
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