I was trying to implement long click event on Child items in ExpandableListView. Seems that there is no special onChildItemLongClick event. So, searching internet helped to find an answer to the question Android: long click on the child views of a ExpandableListView?. Second answer was exactly what I was looking for. In my implementation is… Continue reading android: ExpandableListView LongClick on Child