Hi All,

I am facing the problem of timelag between execution of onPreExecute()
and execution of doInbackground(String... params).On postExecute() of
the Asyc task I am starting a service.
First time when I am executing the async task it is working fine but
If I again executing the same Async task immediately then there is a
lag in execution of onPreExecute() and execution of doInbackground
(String... params).
I am doing nothing on onPreExecute() ,so doInbackground(String...
params) should execute immediately, is I am missing something

Thanks in Advance
Regards,
Glory
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to