/android-helpers

A collection of Kotlin extension functions to streamline Android development

Primary LanguageKotlinThe UnlicenseUnlicense

android-helpers

A collection of Kotlin extension functions to streamline Android development.

Jump to examples // TODO: Add more examples

Summary

  • AuthExt - Google authentication
  • CoroutineExt - use coroutines as click listeners
  • FirebaseExt - convert between TimeStamp & LocalDateTime
  • LogExt - adds TAG to everything
  • NavigationExt - simpler/shorter startActivity
  • PickerExt - coroutine wrappers for DatePicker & TimePicker
  • UiExt - simpler/shorter Toast & Snackbar