[android-developers] Re: AsyncTask posting mulitple parameters

2009-05-23 Thread avrono
Thanks Romain, Just to clarify, are you suggesting to pass an object containing the data ? ie or similar, where object has attributes = parameters I want to pass ? On May 23, 2:24 am, Romain Guy wrote: > Just use the type Object for the parameters and you can then pass > whatever you want. > >

[android-developers] Re: AsyncTask posting mulitple parameters

2009-05-22 Thread Romain Guy
Just use the type Object for the parameters and you can then pass whatever you want. On Fri, May 22, 2009 at 9:24 PM, avrono wrote: > > This maybe a silly question, but I was wondering how to pass multiple > parameters to AsyncTask > > I have somthing like : > > private class DownloadTask extend