(wish this thing would ring a bell when people arrive...)
Mark M.
Jeff: you got in first -- do you have a question?
Jeff
I need to implement a table where the headers are fixed. I'm putting thumbnails in the table cells. There are a few examples out there. Do you have any suggestions?
Mark M.
do it in HTML :-)
Jeff
on Android?
Nov 26
4:30 PM
Mark M.
well, you could show it in a WebView
Nov 26
4:30 PM
Mark M.
but I have not investigated any scrolling table solutions, let alone ones with fixed headers
Jeff
Answers my questions - thanks
Mark M.
a TableLayout in a ScrollView handles the table part, but your headers are independent
Jeff
there are a few examples - I'll try them
Mark M.
probably there's a separate header container that knows to get the column widths out of the main table container, to have them match
Mark M.
leastways, off the cuff, that's how I'd pursue it
Jeff
that's about it
Jeff
thanks
Mark M.
but, ideally, somebody has an implementation already -- I'm just not familiar with any, sorry
Mark M.
Rj: do you have a question?
Rj K.
Yes I do.
Mark M.
go ahead
Rj K.
I just started out with android programming. I have been teaching myself java but the java in android development is totally different.
Mark M.
well, the language is the same, as are many of the core class libraries (e.g., java.util)
Mark M.
what you *do* with the language is totally different