aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-10 17:09:35 -0700
committerAllan Wang <me@allanwang.ca>2017-06-10 17:09:35 -0700
commit8b7f8a75a0a44f3d60e8432fe9f857e6c03a017b (patch)
tree75e512a195c30c3056bf890e2c55a0a707d76ae5 /README.md
parent75dd060f2c265a069a0794ed659d780909df92ec (diff)
downloadkau-8b7f8a75a0a44f3d60e8432fe9f857e6c03a017b.tar.gz
kau-8b7f8a75a0a44f3d60e8432fe9f857e6c03a017b.tar.bz2
kau-8b7f8a75a0a44f3d60e8432fe9f857e6c03a017b.zip
a
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 580717a..30b2a55 100644
--- a/README.md
+++ b/README.md
@@ -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
+