How to handle Android SimpleExpandableListAdapter entry selection.

Posted by DaveG on Stack Overflow See other posts from Stack Overflow or by DaveG
Published on 2010-03-25T00:44:53Z Indexed on 2010/03/25 1:33 UTC
Read the original article Hit count: 655

Filed under:
|
|

I have created an expandable list in my Android application using the SimpleExpandableListAdapter type. But I'm at a complete loss as to how I detect events when one of the child entries has been selected/clicked.

I've tried all the usual OnClickListener/OnChildClickListener etc, but can't seem to find (by experimentation, or half an hour googling) what the correct handler routines should be.

Any help greatfully appreciated.

© Stack Overflow or respective owner

Related posts about android

Related posts about event-handling