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,
String value = Integer.toString(getIntent().getExtras().getInt("bucketno"));