Sunday 13 May 2012

Set Html Text in TextView in android


TextView xyz= (TextView)findViewById(R.id.xyz);
xyz.setText(Html.fromHtml(getString(R.string.nice_html)));

No comments:

Post a Comment