• Stars
    star
    142
  • Rank 257,557 (Top 6 %)
  • Language
    Kotlin
  • Created almost 7 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Few extensions and utility functions for Kotlin and Android

Kotlin.someExtensions

🚀 Few extensions functions for Kotlin and Android

What is this repository?

  • A collection of Kotlin extensions I've used across projects
  • Not a library
  • All files are available here

Documentation

ImageExtensions

ContextExtensions

ActivityExtensions

ThreadingBlocks

GeneralExtensions

ViewExtensions

StringExtensions

MetricExtensions

DrawableExtensions

DateExtensions

WindowExtensions

Contributing

If you're using some useful extension functions, add them here.

Here's how

  • Open this project in Android Studio/IntelliJ IDEA
  • All extensions are present in extensions module. Add/update files here.
  • Run ./scripts/jarvis to update flat-files and generate docs.
  • Raise a PR.