Kotlinx Extensions
A Bunch of classes, functions and extensions used in aSoft
Common Extensions
Action<T>(name,handler:(T)->Unit)
Json
-> Preconfigured Json for serialization
Android Extensions
- ViewHolder -> Helps a lot with findViewById
Usage
class VH: ViewHolder(view) {
val name by Id<TextView>(R.id.name)
val email by Id<EditText>(R.id.email)
}
Js Extensions
Too many of them to write em down See here