acefalobi / android-stepper

A library for creating a wizard-like step-through user interface that uses navigation components and menus for displaying steps with advanced customization.
Apache License 2.0
325 stars 38 forks source link

passing data between fragments #40

Closed attahemma closed 2 years ago

attahemma commented 2 years ago

how do I pass arguments between fragments using navArgs?

acefalobi commented 2 years ago

You can share data with a shared ViewModel