Implementing mutex/barrier in android Volley

64 Views Asked by At

I have 20-30 cars in my recycleview.I have to load their current price from API.And every 20 minutes their prices are changing.To keep up-to-date prices I have volley requests for every each of them.

Problem is how to call adapter.changeDataSetNotify() method after all responses are done.

0

There are 0 best solutions below