everyone. I have read on the android site the description of the excute() of AsyncTask:
public final AsyncTask execute (Params... p
Read Params... params as Params[] params. You can send as many params as you want.
Params... params
Params[] params