onclick listener write this

                  Intent n = new Intent(c, TestClass.class);
                  c.startActivity(n);
c is context

On Sep 27, 10:55 am, Sudeep Jha <[email protected]> wrote:
> Hi All,
>             I want to call another activity when the user clicks an
> hyperlink.
>             Can anybody suggest me how to use Intent in this case?
>
> Warm Regards,
> Sudeep

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