In the name of performance which is better to use list of webview objects with custom array adapter defined or list of textview object again with custom adapter and html content
As a perfromance comparison ,I tried both of them but WebView with huge data is incredibily slow , my custom adapter could not even finish drawing until user respond to interface on the other hand textview is doing pretty good as a performance , i recommend using textview unless you need to do lots of html work inside text.