I can not get the text from a selected item in a listview...pleeeeasss help.
- by Miguel
I always get an ClassCastException error... i do not what else to do...
- I'm using a data biding concept to populated the listview from a sqlite3 database.
- I just want to get the selected item text after a long press click.
This is the code of the activity:
public class ItemConsultaGastos extends ListActivity {
private DataHelper dh ;
…