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.