I have searched lot. I have to display Html code in Textview. But Mostly Html.fromHtml(source) used in Textview. But this method is not supported all html tags. Only few tags supported by Html.fromHtml().
Because i need to appy all css and all html tags support.
I want to display html code in Textview without using Webview. Is there any other way to implement this functionality.