Fabio Collini

Results 3 issues of Fabio Collini

I am using many stores with a disk cache, usually I define the `PathResolver` as a `toString` of the parameters. Using this pathResolver there is an error when two stores...

Sometimes the ViewModel needs to invoke an action using an Activity (for example to show a snack bar or to navigate to a new activity). Using MVP it's easy to...

Using ParcelablePlease on a class with a Parcelable field with a generic parameter there is an error in generated code. For example using ObservableParcelable class of data binding framework: ```...

bug