Chrystian Vieyra is an Android and iOS app developer with a specialty in visualizing sensor data. He recently transitioned to be an engineering manager at Comcast. Born in Celaya, Mexico, he immigrated to the United States to complete his B.S. in Computer Science from Western Illinois University. Chrystian resides in Washington, DC.
Chrystian Vieyra
A deep dive into deep links
Deep links are an integral tool to drive users directly to specific screens within your mobile app, entering potential and returning users into a desired action flow. However, deep links can be challenging to implement because developers must manage non-typical points of entry to the app (e.g., entering the app without launching a home screen) while also managing the app’s back stack.
Using the Xfinity app as an example, we will explain how deep links work and describe the process behind creating them. We will also explore the difference between a deep link and an app link, how to associate a website to a mobile app, and how to make an app react to deep links. We will address more advanced concepts, such as:
• Testing deep links via Android Debug Bridge (adb) and Android Studio
• Debugging deep links
• Typical navigational patterns when receiving deep links
• Handling extra parameter additions to deep links
• Using custom schemas