[android-developers] Significance of "..." in doInBackground(Params...) of AsyncTask

2010-08-29 Thread nikki
Hi Group,

I was just going through the document over AsyncTask and came across
the notation "..." in the methods of Asynctask (For eg.
doInBackground(Params...)).

I was a bit excited to know whats the significance of "..." in this
notation.

Please help

Regards
Nihkilesh

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Significance of "..." in doInBackground(Params...) of AsyncTask

2010-08-29 Thread Romain Guy
It's a notation called "varargs". See explanations here:
http://download-llnw.oracle.com/javase/1.5.0/docs/guide/language/varargs.html

On Sun, Aug 29, 2010 at 11:12 PM, nikki  wrote:
> Hi Group,
>
> I was just going through the document over AsyncTask and came across
> the notation "..." in the methods of Asynctask (For eg.
> doInBackground(Params...)).
>
> I was a bit excited to know whats the significance of "..." in this
> notation.
>
> Please help
>
> Regards
> Nihkilesh
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Significance of "..." in doInBackground(Params...) of AsyncTask

2010-08-29 Thread nikhilesh singh tak
Hey Romain Guy thanks a lot for quick response and help. :)


Regards
Nikhilesh Singh Tak

On Mon, Aug 30, 2010 at 11:44 AM, Romain Guy  wrote:
> It's a notation called "varargs". See explanations here:
> http://download-llnw.oracle.com/javase/1.5.0/docs/guide/language/varargs.html
>
> On Sun, Aug 29, 2010 at 11:12 PM, nikki  wrote:
>> Hi Group,
>>
>> I was just going through the document over AsyncTask and came across
>> the notation "..." in the methods of Asynctask (For eg.
>> doInBackground(Params...)).
>>
>> I was a bit excited to know whats the significance of "..." in this
>> notation.
>>
>> Please help
>>
>> Regards
>> Nihkilesh
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>
>
> --
> Romain Guy
> Android framework engineer
> romain...@android.com
>
> Note: please don't send private questions to me, as I don't have time
> to provide private support.  All such questions should be posted on
> public forums, where I and others can see and answer them
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Nikhilesh Singh Tak

+91-9630934374
+91-9929098279

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en