aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+