Enginebai AndroidBase Versions Save

Android project template for Gradle Kotlin DSL + 100% Kotlin + Base module + Extensions = ❤️

1.0.3

2 years ago

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

3 years ago

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.