They have a demo for ExpandableListActivity.
It displays the list well but when i click on something it doesnt do anything,
I've looked through the code and i assume this is supposed to handle the clicks
Using java Syntax Highlighting
- @Override
- public boolean onContextItemSelected(MenuItem item) {
- }
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
Ive added Log.cat and toast for debugging purposes and it seems the code doesnt enter there. Does anyone know whats the issue or has anyone implemented the ExpandableListActivity?

