Since, Kotlin has became the official language to develop Android apps, it has been very easy to manipulate classes with new functionalities through extension functions. Extension function is a function of that class but defined outside the class without actually inheriting the class. In this repository 📚, I have listed some of the extension functions 📝 which are commonly used in our apps.