code:
private val mAdapter: BaseAdapter = createAdapter(R.id.adapter) { listPosition: Int -> mAdapter.notifyItemChanged(listPosition) }