mirror of
https://github.com/uber/RIBs.git
synced 2026-05-17 12:50:36 +00:00
13 lines
360 B
Markdown
13 lines
360 B
Markdown
# RIB Tutorial 4: Deep Linking Workflows
|
|
|
|
This project is the starting point for [tutorial 4](https://github.com/uber/RIBs/wiki/Android-Tutorial-4).
|
|
|
|
### Getting started
|
|
Run the code by
|
|
|
|
```
|
|
./gradlew :tutorials:tutorial4:installDebug
|
|
```
|
|
|
|
Then follow the steps described in [tutorial 4](https://github.com/uber/RIBs/wiki/Android-Tutorial-4) on the RIBs wiki.
|