queue method in activities
Hi,
I need to use queue method for increase the performance in an activity.
I am planning to use it for a loop.
The initial activity lets assume as "A"
lets assume the loop begins on the activity "A" step 1
the queue method called inside the loop invoking activity "B"
I need the results of Activity "B" to be used in the Activity "A" step 2 once the loop completed.
How I could hold the Activity "A" step 2 until the loop queue process completes?.
Thanks