What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Best way to present tabular data?

maxi0361

New Member
I am developing an app on android 2.3
and have some tabular data need to be visualize.
I tried gridview and it is not what I think it is. I need some view that have a caption, best if it could lock the caption like Microsoft Excel.
and display data like the following

Record Date | Some Caption 1| Some Caption 2
2012/9/3 | some data | some data
2012/9/4 | some data | some data
2012/9/5 | some data | some data

the number of rows will be dynamic which I could not predict.

I tried TableLayout too. it seems not right for this job.
What else could I try? embed an html with WebView?
 
Back
Top