Within the recyclerView, I showcase comments that are stored in HTML format.
My attempt to display the comments in a webView was successful, allowing me to use custom *.css, but it caused significant lag in the recyclerView when scrolling. Additionally, making it "transparent" to touch became a challenge due to the ripple effect support in commentView but not in webView.
Another approach I took was to display the comments in a textView as spannable, resulting in faster performance but making it more complex to customize the appearance.
I'm seeking advice on the most effective way to present comments in the recyclerView.
The desired outcome is similar to the following: