Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the equivalent of NSOperationQueue in java android?

I love nsoperationqueue in iOS. What's the equivalent in java?

like image 681
user4951 Avatar asked Mar 22 '13 08:03

user4951


1 Answers

I think you are looking for ExecutorService.

Lars Vogel has a nice tutorial.

like image 118
Vincent van der Weele Avatar answered Oct 14 '22 23:10

Vincent van der Weele