I have this below code access the ListView item value into string and display it in alert?
ListView shot = getListView(); shot.setOnItemClickListener(this);
To get the value of your model
adaptor.getItem(position).getCardName();