Easy method for abbreviating strings

Many times while programming for Android it is practical to shorten a text, however, many times we don’t want to cut a word in half at the end. That is why I have written this abbreviateString extension method.

Welcome to Kotlin

About two years ago, Google announced that Kotlin would be the new programming language for the Android OS (and for probably a bit more than that). I have been trying out Kotlin for some time now, and I found to be a great programming language The main advantages of Kotlin are (and you may have […]