[android-developers] AsyncTask not working

2011-06-15 Thread Gaurav Choudhary
I am editing the android game LunarLander. I have made a java library which has a class named Calls to track which contains various event functions which make web service calls. I want to make a background to call some of these functions(which works fine when run individually) inside the above

Re: [android-developers] AsyncTask not working

2011-06-15 Thread TreKing
On Sat, Jun 11, 2011 at 5:16 PM, Gaurav Choudhary gaurav.cse.i...@gmail.com wrote: when i run the game in AVD its works fine for 2-3 secs then its stops unexpectedly. If by stops unexpectedly you mean you get a dialog stating such, then your app crashed. Use your debugger and LogCat to step