ylliX - Online Advertising Network

Deep Linking API | Android-Arsenal.com

In an Android app we can define URI patterns that map URI’s to activities using intent-filters. To find out more about this you should read this documentation provided by Google https://developer.android.com/training/app-links Once we have defined which URI’s are handled by our application in our manifest we can then inspect the URI of incoming link Intent’s […]

Deep Linking at Scale on iOS

How the iOS team at Just Eat built a scalable architecture to support navigation and deep linking. Originally published on the Just Eat Engineering Blog. In this article, we propose an architecture to implement a scalable solution to Deep Linking on iOS using an underlying Flow Controller-based architecture, all powered by a state machine and […]