Re: [android-developers] Problem on button click

2011-12-20 Thread TreKing
On Tue, Dec 20, 2011 at 8:32 AM, B.Arunkumar wrote: > Why does this happen? > You have a bug in your app. > And can somebody give me any pointers to atleast stop the listview > clicklistener from firing? > Debug your app. Step through the code with your debugger and / or place a buttload of Lo

[android-developers] Problem on button click

2011-12-20 Thread B.Arunkumar
Hi, I have a very unique problem which is sort of difficult to describe. We have developed an application where we connect to a server on the first screen with a button click (call it button1 which can also cancel) using an asyncTask as given in this url: http://vikaskanani.wordpress.com/201