Experiences
The Experiences module contains the ExperiencesRepository
service which is
used to fetch and cache experiences from the server. In addition it includes the
UI components for rendering experiences and the universal/deep link support to
present them.
Assembler
Rover.initialize(
// ...,
ExperiencesAssembler()
)
The ExperiencesAssembler
doesn’t take any parameters.
System Frameworks
- AppCompat
- Kotlin Stdlib
- Support Design
- Support RecyclerView
- Support Transition
- Support v4
- Support Vector Drawable