Reputation: 23
I have total of 9 Edit text boxes now i have implemented on focuschangelistener on each one of them. But now while moving through the boxes i want to pick up the id othe Edit Text Box on which the pointer is currently present.
The focuschangelistener works only when the focus is shifted .. now suppose cursor is poiniting at the sixth box .. so i want a API which could tell me me at the background that which Box is currently in use.
Upvotes: 1
Views: 579