Files
James Barr cb51d73da2 Integrate Spotless into build (#415)
* Integrate Spotless in build

* Update CONTRIBUTING.md

* Move improperly placed copyright comments

* Update copyright indent

* Don't format test fixtures

* Run spotlessApply over the whole repo

* Remove checkstyle configs

* Run spotlessCheck on CI
2021-03-24 18:45:35 -07:00

468 B

Rib Screen Stack Base

This module defines the interface for a ScreenStack utility. This utility can be used when you want to push an entirely new "Screen".

Visually, this acts similarly to pushing a new activity. However, the pushed RIB becomes a child of the existing RIB in the RIB hierarchy. As a result it can access state from its parent's DI graph.

Depending on the amount of animation customization provided, this utility can be quite easy to implement.