you can use
@Override
public void onGroupExpand(int groupPosition)
{
// TODO Auto-generated method stub
super.onGroupExpand(groupPosition);
Toast.makeText(ExpandableList1.this, "Group Clicked on pos =
"+ groupPosition, Toast.LENGTH_SHORT).show();
}
for get selected group position
i think this will help you
On Tue, Apr 7, 2009 at 5:09 PM, google <[email protected]> wrote:
>
> hi,
> i am creating expandable list with group and childs,
> i am able to handle onchildclick()
> but not able to handle ongroupclick() can anybody helps in this
>
>
>
> regards,
> chandra
>
> >
>
--
Dilli Rao. M
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---