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.