On Fri, Jun 24, 2011 at 11:27 PM, TreKing <treking...@gmail.com> wrote:

> On Fri, Jun 24, 2011 at 10:31 AM, juliagrig <iouliag...@gmail.com> wrote:
>
>> My list is ok, but when i call an intent , for example in groupClick
>> , doesn't work.
>>
>
> Explain "doesn't work".
>
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
>
>  --
> 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
>


exlv.setOnChildClickListener(new OnChildClickListener() {

        public boolean onChildClick(ExpandableListView arg0, View arg1,
                int arg2, int arg3, long arg4) {
//Start activity here man

            return false;
        }
    });


-- 
Naveen Shrivastava

-- 
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