Gwindow / WhatAndroid

The What.CD Android App
http://gwindow.github.com/WhatAndroid/
BSD 2-Clause "Simplified" License
100 stars 20 forks source link

Html formatting in the forums #15

Open Twinklebear opened 11 years ago

Twinklebear commented 11 years ago

It'd be cool to have all the various styling in forum posts/comments show in the app as well, like colored text/italics/bold/etc. It looks like

myTextView.setText(Html.fromHtml("some html formatted string"));

would be a good place to start looking into this.

dr4g0nnn commented 11 years ago

I remember us trying this in the past, I can't remember what happened with that...

Twinklebear commented 9 years ago

I've migrated to doing this with our own BBcode parser to handle site specific tags as well, this works but needs some performance improvements for large posts.