On Fri, Feb 18, 2011 at 4:32 AM, Samuh <[email protected]> wrote: > 1. What is an efficient way to implement this?
Draw it yourself on a Canvas via a custom View class. > 2. Should we use two ListViews and synchronize scrolling of both using > some logic? No, because that does not even vaguely resemble what you are asking for. > 3. Can we implement this as a single TableLayout? I don't see how. > 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? That is impossible to answer in the abstract. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 2.3 Programming Books: http://commonsware.com/books -- 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

