Re: [android-developers] Dozens of webviews, or something else?

2013-01-08 Thread TreKing
On Wed, Jan 2, 2013 at 11:23 AM, peppergrower < spamcomefindmeple...@gmail.com> wrote: > However, I'm wary of just dropping in a WebView in place of the TextView, > since there will typically be 30-40 items in the list, sometimes up to 100 > or so. I'm under the impression that WebView is kind of

[android-developers] Dozens of webviews, or something else?

2013-01-08 Thread peppergrower
I'm very new to Android, and starting on my first app. I've gotten the basics working, but I'm not sure how to lay out the next part of my app. My goal is to show short bits of content (several paragraphs each), each of which comes to me from the API as HTML. My first thought was to use a ListV