I want to build a help page for my app so obviously it is gona be texty. Other than putting those texts inside my string.xml or in my layout xml, is there any other ways for me to do it? how do I include paragraphs in them? any help would be very much appreciated!
Share
You should put your help text into
strings.xmlfile and use\n\nfor line break as@alexsuggested because in future if you want help text in different language then you can easily do this by adding differentstrings.xmlfile for different localizationBut if you still do not want to put help text into strings.xml then you can use
and set help text into
textView.