We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
So you can send as many Bitmaps to the function as you need. But you can only have one varargs per parameter list, and if other args are included, the varargs must come last.
dpearson
Just to further clarify, this means you can call to the method like this:
Bitmap first ;Bitmap second ;onProgressUpdate(first);onProgressUpdate(first, second);