DroidMVP v0.1.4 Release Notes
Release Date: 2016-12-24 // about 8 years ago-
No data yet 😐
You can check the official repo
Previous changes from v0.1.3
-
➕ Adding support for custom
PresentationModelSerializer
which encapsulates the logic of serializing and deserializing yourPresentationModel
to/from theBundle
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 thecreatePresentationModelSerializer()
method within eitherDroidMVPFragment
orDroidMVPActivity
providing your own implementation