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?
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?