开发者

Listview, Webview or ? to create a tournament draw

开发者 https://www.devze.com 2023-01-20 01:06 出处:网络
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 dyn

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

精彩评论

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