Extension function
In the old days of Java, if we wanted to add a feature to a class we didn't own (like String or View), we had two choices: create a messy Utils class or inherit from it. Kotlin solves this elegantly w
abdelhamidr.hashnode.dev2 min read