Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A simple library for handling incoming app links.

Mar 1, 2024

The ultimate developer guide to Android application linking methods.

Nov 11, 2017
Advertisement

This project is the Android component of the MobileDeepLinking specification, the industry standard for mobile application deeplinking. This spec and accompanying libraries simplify and reduce implementation time of deep links as well as provide flexible and powerful features for routing to custom behavior.

Jul 1, 2015

DeepLinkDispatch provides a declarative, annotation-based API to declare application deep links.

You can register an Activity to handle specific deep links by annotating it with @DeepLink and a URI. DeepLinkDispatch will parse the URI and dispatch the deep link to the appropriate Activity, along with any parameters specified in the URI.

Jul 1, 2015