I am working on an Android application where the requirement is to have a vertical list of items that would scroll up and down on key presses. The focus(item selected) should remain fixed at the center of the screen.
AFAIK, Gallery widget does not support vertical mode and we probably have to achieve this behavior using ListView or may be by using vertical Scroll. Is this feasible? If ListView is used to create such a control, how do I override the default behavior to fix the focus at one point and make list items scroll up and down? Since the list is going to be long and of variable length, ListView should be the ideal choice so that view recycling can be leveraged upon? Has any one built such a control before? Any pointers or help is appreciated.. 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

