0

I am trying to build a threaded mail interface in my mail app. As there can be any number of messages in a particular conversation, each message will be having a header and a body part. Now for the body part, whether I should use WebView for each message in that threaded mail? Because using multiple WebViews in a single activity will slow down the performance I assume. There can be 50 messages and each message will have one WebView attached to it.

Is there any other lighter control available in Android where I can render HTML instead of using WebView?

4

0 回答 0