When KeyboardlessEditText widget is first loaded, the cursor for it will now always be at the end of the input.
This apps demonstrates a working version of KeyboardlessEditText, which is open source on GiHub: https://github.com/danialgoodwin/android-widget-keyboardless-edittext
The purpose of this keyboardless EditText is to allow regular use of the input box without a soft keyboard showing up. This allows custom buttons on the screen to interact with the field without having to define a full custom keyboard yourself.
You can find more information about this project at: https://github.com/danialgoodwin/android-widget-keyboardless-edittext