开发者

Listview, Webview or ? to create a tournament draw

I am wondering what the best way to render a tournament draw (scrollable) might be for Android.

Since I am new to this, I was not sure whether to invest time creating a ListView sort of thing or dynamically building HTML pages and rendering them with WebView. Or I could plop everything into a regular scrollable text view, perhaps.

The main requirement is that I would need the t开发者_StackOverflow社区ournament participants to be individually clickable.

Any thoughts?


I would avoid using a WebView if possible. Using a ScrollView with a ListView should be sufficient for what you're looking to do.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜