>
> hey evry1..
>
actually i 've tried onClick property on my textview but still it's not 
wrking.. even i've directly used onclicklistener also on my text view, like 
this-

overWtLink=(TextView) findViewById(R.id.textView6);
public void OverWt(View view)
{
if(view.getId()==R.id.textView6)
{
Intent i=new Intent();
i.setClass(getApplicationContext(), overWtDiet.class);
startActivity(i);
}
} 

can any1 pls let me know, is anythg wrong wid this code, or any alternative 
way to solve this query..

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