Closed CodeK1988 closed 7 years ago
thanks.
Create an instance of RxDataSource and call method updateDataSet on it. That should do the trick.
rxDataSource.updateDataSet(dataSet).updateAdapter();
More details and examples can be found here.
Thanks.
thanks.