I need help creating a weird table.  Basically, the table is a sports
stats table with player names in the first column and some stat in the
first row.  So, here's an example:


                        Touchdowns                      Yards   Rushing         
Yards Passing
Dan Marino                      2                               200             
                55
Chad Henne                      8                               700             
                53
Brett Favre                     7                               300             
                44
Emmitt Smith                    4                               400             
                108

Anyway, the thing about it is it's WAY too big to fit on the screen.
So, if it's scrolled the player name or stat name may be off the
screen.  So, the weird thing about it is that the player name and stat
name must be visible at all times.  So, I think it's kind of like a
spreadsheet.  As far as I know, there is no widget that does anything
like this.

Anyone have any ideas about how to implement this?

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to