val adapter = MyAdapter(dataList) { position -> // Manejar el clic aquĆ­ Toast.makeText(this, "Clic: $position", Toast.LENGTH_SHORT).show() }