I'm using LoopJ to connect my app to a web service.
I make multiple ws request using AsyncHttpClient in a for loop ( i must send them in a loop ; i can not send them all at one )
For each resond that i recive i must modify a specific TextView in my app. ( the number of textview's that i have equal number of ws requests)
Is there a way to bind some information (string) on each and every new AsyncHttpClient() that i make and retrive this information on onSuccess?