Re: [android-developers] I am getting keyDispatchingTImeout

2010-12-21 Thread TreKing
On Tue, Dec 21, 2010 at 12:54 AM, Ravindra Chavan ravi.chavan...@gmail.comwrote: Could u send me solution for No, sorry. But the solution is to not do networking on the main thread. This is a common exercise in Android and you should have no trouble finding plenty of examples online for your

[android-developers] I am getting keyDispatchingTImeout

2010-12-20 Thread Ravindra Chavan
Respected sir, I am woking on one app which fetching data from webpage through url using pattern matching and showing that data on the activity but while implementing pattern on android i am getting keyDispatchingTimeout I thought that i got this error due to main

Re: [android-developers] I am getting keyDispatchingTImeout

2010-12-20 Thread TreKing
On Mon, Dec 20, 2010 at 3:27 AM, Ravindra Chavan ravi.chavan...@gmail.comwrote: I thought that i got this error due to main thread. Is it like that? If you're reading data from the network on the main thread ... yes, that would probably cause an ANR.

Re: [android-developers] I am getting keyDispatchingTImeout

2010-12-20 Thread Ravindra Chavan
Respacted Sir, Could u send me solution for, i am sending my code herewith which is written in java /*..To Extract specific data from web page..*/ import java.net.URL; import java.net.URLConnection; //import