focus not going to another button in android
Posted
by Rajendar
on Stack Overflow
See other posts from Stack Overflow
or by Rajendar
Published on 2010-06-09T14:27:32Z
Indexed on
2010/06/11
6:42 UTC
Read the original article
Hit count: 214
Hi,
I wrote a code for pinging of given URL.It works fine for me.But whenever i clicked on the start ping button, pinging started but that time focus always is on start button and no widget of the screen working that time. After pressing many times it will gives the force close error.If iam giving URL which is not pinging then that time , all the widgets are working fine.After some time i need to stop the pinging by using my stop button.But it is not working.Please give me advise.Iam using Runtime.exec() for ping command in my android.Plz give me advise.
© Stack Overflow or respective owner