Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 442 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 442 Bytes

⭐ExtensionFunctions

Since, Kotlin :octocat: 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.