Spanned spanned = article.getArticleBody();
TextView body =(TextView) rootView.findViewById(R.id.article_body);
How do I print this in body TextView
Spanned spanned = article.getArticleBody();
TextView body =(TextView) rootView.findViewById(R.id.article_body);
How do I print this in body TextView
try this
or this