how can use listModel.get(position) in Activity?
In the Adapter onBindViewHolder, I can use listModel.get(position) to get values, but how can do it in Activity?