I want to write a paragraph as part of my mobile application. How do I go about it?
Use \n to break line.
Example:
TextView t = findViewById(R.id.text); t.setText("This is the first line\nThis is the second line\nThird line...");