DroidMVP v0.1.4 Release Notes

Release Date: 2016-12-24 // over 7 years ago

Previous changes from v0.1.3

  • ➕ Adding support for custom PresentationModelSerializer which encapsulates the logic of serializing and deserializing your PresentationModel to/from the Bundle object. Thanks to this you can now easly incorporate libraries such as Parceler without any hastle into your code to work with DroidMVP.

    All you have to do to use your own PresentationModelSerializer is to override the createPresentationModelSerializer() method within either DroidMVPFragment or DroidMVPActivity providing your own implementation