I appear to have a fundamental gap in my understanding of an EditText object. I have an Activity+Layout with a single EditText object. After I type a few characters into t
Try EditText.getText().toString()
EditText.getText().toString()