Hi i want to get edit text which is currently focus at button click , there is any button to doing it .
Or there is a way to identify which edittext is last modified if there are many edit text in activity.
Please suggest me usable link or sample code.
I take a linear layout and add custom EditText into it.
Here mEditText is a global variable.
Anywhere in your activity you can access it. And can get what’s the last editText you have written into.