Bramengton / useful-kotlin-extensions

useful kotlin extensions for android project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Kotlin Extension Function ?

Kotlin extension function provides a facility to "add" methods to class without inheriting a class or using any type of design pattern. The created extension functions are used as a regular function inside that class.

+ this repository contains a variety of extension functions for android projects.

Logo

Related

Here are some related artificial Kotlin doc

🔗 Links

my linkedin

About

useful kotlin extensions for android project


Languages

Language:Kotlin 100.0%