I am using an Edit Text in my project.
The problem is that whenever I type anything into the text box, it shows up, but the cursor does not move from its starting po
set these properties to your XML file
Try this. and put this in your java code.
EditText et = (EditText)findViewById(R.id.xEt); et.setSelection(et.getText().length());