I have an activity with a listview. When the user click the item, the item \"viewer\" opens:
List1.setOnItemClickListener(new OnItemClickListener() { @Ov
I think onSupportNavigateUp() is simplest and best way to do so
onSupportNavigateUp()
check the code in this link Click here for complete code