On Fri, Jun 24, 2011 at 11:27 PM, TreKing <[email protected]> wrote:

> On Fri, Jun 24, 2011 at 10:31 AM, juliagrig <[email protected]> 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 [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
>


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

Reply via email to