Hi All,
I am new to android platform and try to do an application in that I want to handle spinner event means as items of spinner changes due to that change I want to perform an certain action.
e.g:- if I am going to change item in spinner during that change I should able to set string in EditText to another one .
if for item1 string displayed in edit text field is "item 1"
and for item2 string displayed in edit text field is "item 2"
How should I achieve such a situation?
Please help me ASAP..
thanx

