As you can see, Log.d("onPostExecute Serviço", result);is not executed.. I
can't see the response on the logs right?2012/8/28 vivek singh <[email protected]> > if this log is generated due to this call > > Log.d("onPostExecute Serviço", result); //first line of onPostExecute(String > res) > > > then obviously your onPostExecute method is called (or did i missed > something?) > > > On Wednesday, August 29, 2012 1:13:24 AM UTC+5:30, anaOliveira wrote: > >> Yes.. because these are the resaults of the log: >> >> 08-28 17:47:21.936: D/URL serviço HttpGet(2055): >> http://192.168.56.1:8080/pt.**Agile21.Acerola.WebService/**rest/acerola?id=g;[email protected] >> >> <http://192.168.56.1:8080/pt.Agile21.Acerola.WebService/rest/acerola?id=g;[email protected]> >> >> >> 08-28 17:47:22.456: D/RESPOSTA do web service(2055): ana;[email protected];pass;0 >> >> >> 08-28 17:47:22.456: D/RESPOSTA do web service(2055): ana;[email protected];pass;0 >> >> as you can see I can get all the resaults of log! So I really don't know. >> :S >> >> 2012/8/28 Harri Smått <[email protected]> >> >>> >>> On Aug 28, 2012, at 10:20 PM, Ana Rita Brito Oliveira < >>> [email protected]> wrote: >>> >>> > I tried.. but with only one ore more URL the method doInBackground >>> works and I can go to the service and got the result but when I try to do >>> the onPostExecute.. that dind't work. >>> >>> True that, my mistake actually, didn't know Java var_args worked the way >>> you can pass an array to such methods. Anyway, just to make sure, are you >>> sure your loop within doInBackground method exits as expected? Otherwise I >>> can't come up with other reasons for your code didn't reach onPostExecute... >>> >>> -- >>> H >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To post to this group, send email to android-d...@**googlegroups.com >>> >>> To unsubscribe from this group, send email to >>> android-developers+**[email protected] >>> For more options, visit this group at >>> http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en> >>> >> >> >> >> -- >> Com os melhores cumprimentos, >> Ana Rita Brito Oliveira >> >> -- > 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 > -- Com os melhores cumprimentos, Ana Rita Brito Oliveira -- 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

