I have long German texts in Textview sth like "ProduktGruppen". I would like to add hyphen automatically in the middle if the size of the widget doesnot fit. So the end result would be
"Produkt-
Gruppen"
I tried this with using Produkt\u00ADGruppen
but I get no hyphen in android just breaking. I have seen also this lib https://github.com/bluejamesbond/TextJustify-Android but it is based in a custom widget?
Is there any best practice for hyphenation within languages like German?