Releases: enginebai/AndroidBase
Releases · enginebai/AndroidBase
1.0.3
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
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.