Thiagokimo Base Versions Save

Base is a lightweight library that gives you a clean architecture foundation for your Android MVP's

1.3.0

8 years ago

Base now is a simple interface/contract with the same functionalities than before. Some changes were made:

  • The method instantiatePresenter is now called injectDependencies.
  • The presenters now can access their views through a method called getView().
  • The views can access their presenters through a method called getPresenter().
  • The mvp and the domain modules are now inner packages inside the base module.
  • The old examples were deleted and now there's only one simpler example.

1.2.0

8 years ago
  • Base now allows developers to do Activity-oriented apps with BaseActivity, BaseFragmentActivity, BaseAppCompatActivity and BaseActionbarActivity.
  • BaseMVP doesn't depend on BaseDomain anymore. They're finally independent!

1.1.1

8 years ago
  • Moving the MVP logic into a common module
  • Removing BaseApp

1.1.0

8 years ago
  • Adding Base to support library v4
  • BaseFragment was moved to base-v4

1.0.0

8 years ago

Initial release