Skip to content

Releases: enginebai/AndroidBase

1.0.3

16 Sep 11:56
Compare
Choose a tag to compare

What's New?

  • Update dependency version and migrate to koin v3
  • Add empty state for android paging library (v2).
  • Add enum ordinal json adapter for gson serialization.
  • Add loading state and error message to base view model.

1.0.0

03 Dec 14:45
Compare
Choose a tag to compare

Features

  • Add BaseActivity, BaseFragment and BaseViewModel to provide the base functions and RxJava disposable and let you to dispose when exiting the screen.
  • Add some useful extensions: Coroutine, View, ViewGroup, TextView, EditText, Enum and String.