android - use one webview replace with the listview? -
all, developing app "forum client", use webview each item in listview showing post list, there pics, texts , attachments can downloaded user. work, webview heavy component, need lots of system resources. have find method show post list. found this question same problem, , last post author said, use "one webview bunch of divs rendering individual contents", cannot it, so, did mean?
i think meant should html showing in different webviews in each listview item, wrap each in div tag, show in 1 single webview user can scroll. should better performance since have 1 webview on-screen (and in memory) @ 1 time, rather 1 each visible row take lot of memory.
Comments
Post a Comment