This repository was archived by the owner on Nov 11, 2023. It is now read-only.
Releases: benoitletondor/mvp-core
Releases · benoitletondor/mvp-core
2.0
This release contains a new implementation of the presenter binding to view. Version 1.0 was using the Loader API to bind the Presenter to its View, this new version used the ViewModel API.
This new version requires the use a recent version of appcompat, but it's a more future proof and solid implementation.
Migrating from version 1.0 to 2.0 requires some minor changes, including a package change for PresenterFactory, the rest should work just as it did before.
1.0
First public release of the library. Please report any bug you may found using it.