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 <swapna.annaman...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to