Tuesday, November 27, 2012

Add focus to a view

mhandler.post(new Runnable() {
            public void run() {
                    (EditText ref).requestFocus();                           
               
            }
        });

No comments:

Post a Comment