[android-developers] Re: linking HyperLinks to an Activity
Hi Sudeep
if u want to call another activity u should insert the another
activity by
in manifest file
Then main xml, u should declared textview by using hyperlink
properties and onclicklistener in void click (view v)
{
startActivity(new Intent(CurrentClassName.this,
AnotherClassName.class));
}
then u will get it.
If not reply me
Regards
Student
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home