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