Click ImageView within a ListView ListItem and get the position?
Currently, when the ListItem is clicked I grab its position and pass it to my StopsScheduleActiviy. I would like to detect when the ImageView of that ListItem is clicked so that I can launch my MapActivity instead and pass it the position. Basically: Click the ImageView launch MapsActivity, otherwise click anywhere else on ListItem launch StopsScheduleActivity. In Both cases I need the position. How can I do this? Here is my current onItemClick listener. @Override public void onItemClick(AdapterView<?> parent, View view, int position, long id) { Intent myIntent = new Intent(this,