aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 30b2a5567cae200e0cabbfac99ca48affddfa85b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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