Pulkit Aggarwal

Results 35 comments of Pulkit Aggarwal

cc @BenHenning @seanlip

https://docs.google.com/document/d/1RRmmH7Zrk_Mda9a67KBjFV5Odz2OzGfbYFFP_fPI_2c/edit

Hint will always be of type text right ? 🤔

@prayutsu things won't work with live data because they cannot retain values on configuration change.

And you have to make changed ItemSelectionInteractionView

> @aggarwalpulkit596 I am trying to solve this issue by using savedStateHandle in `SelectionInterActionViewModel` > We can save the currently selected options in a key-value pair. And after configuration changes,...

> > > @aggarwalpulkit596 I am trying to solve this issue by using savedStateHandle in `SelectionInterActionViewModel` > > > We can save the currently selected options in a key-value pair....

It would lead to certain changes and wouldn't be easy to do especially when you're not familiar with project and that's why i suggested to take some up easy issue...

This was something a bit out of scope with the current implementation of interactions and viewmodels. It won't be possible unless we move to hilt or something better.