diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-10 17:09:35 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-10 17:09:35 -0700 |
commit | 8b7f8a75a0a44f3d60e8432fe9f857e6c03a017b (patch) | |
tree | 75e512a195c30c3056bf890e2c55a0a707d76ae5 /README.md | |
parent | 75dd060f2c265a069a0794ed659d780909df92ec (diff) | |
download | kau-8b7f8a75a0a44f3d60e8432fe9f857e6c03a017b.tar.gz kau-8b7f8a75a0a44f3d60e8432fe9f857e6c03a017b.tar.bz2 kau-8b7f8a75a0a44f3d60e8432fe9f857e6c03a017b.zip |
a
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,2 +1,19 @@ # KAU + Kotlin Android Utils + +This library contains small helper functions used throughout almost all of my other projects. The goal is to make common interactions executable in a single line. + +## Features + +## Extension Functions + +<sup><sub>"[Extensions](https://kotlinlang.org/docs/reference/extensions.html) provides the ability to extend a class with new functionality without having to inherit from the class"</sub></sup> + +### AnimUtils - Extensions for Views +Extends Views +* Fade In/Fade Out/Circle Reveal with callbacks +* Switch texts in a TextView with a fade transition + +### ColorUtils - Extensions for Int + |