Hey guys I am working on android application. My app includes an activity which has two EditText fields. now when this activity starts, the first EditText field should be in focus, and its is only after the user enters some text in that, the other EditText field becomes active that is gets in focus, any idea as how can I do this?I’d really appreciate your help.
Share
In above code,Unless the user enters something in ed1,ed2 will de disabled. Once the user enters data, it Ibecomes enabled