Skip to content

Android Tutorial 4

Brian Attwell edited this page Nov 1, 2017 · 22 revisions

Deep Linking

Note: If you haven't completed tutorial 3 yet, we encourage you to do so before jumping into this tutorial.

Goals

The goals of this code lab are to learn the following:

  • Understand basics behind RIB workflows
  • Learn how to create actionable item interfaces, implement their methods, and create workflows to launch specifics flows via deeplinks.

Overview

This codelab will focus on adding a new workflow to launch the app and automatically set the player names and launch a new game.

To save time, the AndroidManifest.xml file for the codelab has been updated to handle any URL with the rib-tutorial scheme. In addition, the workflow libraries have already been integrated into the tutorial 4 starter code.

Once you've read through the documentation, learn the core concepts of RIBs by running through the tutorials and use RIBs more efficiently with the platform-specific tooling we've built.

Tutorial 1

iOS, Android

Tutorial 2

iOS, Android

Tutorial 3

iOS, Android

Tutorial 4

iOS, Android

Tooling

iOS, Android

Clone this wiki locally