To OP: see this old discussion:

http://groups.google.com/group/android-developers/browse_thread/thread/b340c60649d3d75a/

-- Kostya

27.09.2010 16:45, nishu пишет:
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<sudeep.neti...@gmail.com>  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


--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

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