I wouldn't go that way...it wont be easy at all to cause the list to behave properly with moving between pages... As i suggested before, you're much better off trying to replicate the source of ViewPager... If you dont want that much work (which i believe will actually be less work than retrofitting a listview), you'll also find it easier to add gesture control to a ViewFlipper
On Wednesday, December 12, 2012 9:29:30 AM UTC+2, Dmitriy F wrote: > > Since > DirectionalViewPager<https://github.com/JakeWharton/Android-DirectionalViewPager> > is > deprecated now, I need some way to mimic its' vertical paging functionlity. > > First thing that comes to my mind is ListView, but I'd like some tips for > implementing row per screen funcitonality - where do I start ? > > 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

