I want to pass the value of the position in one activity class to another...
My code is as follows:
protected void onListItemClick(ListView listView,
Bundle extras = getIntent().getExtras(); if (extras != null) { String data = intent.getExtras().getString("key").toString(); }