Hi,
I have one text box and one search button in my activity, below that one table layout. So when I call the webservice first time, it is woring fine and showing the results on UI perfectly.
But the problem is when I call second time, I am getting the error like,
"window already focused ignoring focus gain of com.android.internal.view.iinputmethodclient"
Web service is calling using
thread. So how to solve the above problem. Please suggest me.
Thanks
Uday