I am working on an application which is to display Time Table of some sort to the user. The list should be scrollable horizontally, vertically and diagonally. Sort of like panning in MapViews.
The left pane/rows will account for a fixed number of unique items. The columns will define a time slot. Data in each cell will come via a WebService. Question: 1. What is an efficient way to implement this? 2. Should we use two ListViews and synchronize scrolling of both using some logic? 3. Can we implement this as a single TableLayout? 4. Should we load all the data for row and columns at the start of the activity and then populate the cells or load data on demand at run time? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

