ncapdevi / FragNav

An Android library for managing multiple stacks of fragments
1.5k stars 210 forks source link

Sending Parcellables #242

Open shashankdaima opened 3 years ago

shashankdaima commented 3 years ago

I have root fragment in which contains list of elements with title and I want to send the objects of those list elements to second fragment that I push onto this fragment. How I am suppose to do so? In jetpack, parcellable works with safeargs.