add line android studio code example
Example 1: android studio string new line
String str = "my string \n my other string";
Example 2: android studio add line at end of class
Mac
File > Preferences > Editor > General > Ensure line feed at file end on Save
Windows
File > Settings > Editor > General > Ensure line feed at file end on Save