I have the text \"Android is a Software stack\". In this text i want to set the \"stack\" text is clickable. in the sense if you click on t
t= (TextView) findViewById(R.id.PP1);
t.setText(Html.fromHtml("" +
"This is cliclable text "));
t.setMovementMethod(LinkMovementMethod.getInstance());