I am struggling to implement long click for a child view in an expandable list view in Android.
I saw that there are methods for long click for normal list views but how do I implement the long click for a child view in an expandable list view?
Please help.