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
You can't use the 'toString'-method on this, use 'getText().toString()' in stead.