• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. G

    Apps Simple question with EditText

    Hello all, I have a button that I would like to start a newline in an EditText. I have tried both of the following, but neither will actually insert a newline: EditText t = (EditText) findViewById(R.id.codeText); String codeText = t.getText().toString()...