@Override
 public void updateResource(int id) {
   mAdapter.notifyItemChangedById(id);
 }