I'm not saying that you should use the library (since its obviously isnt working and you dont want to revert to an older version of it).
I did say that at least to me, it be easier to either write your own ViewPager based on their source or make a ViewFlipper (and the likes) work as a pager. Trying to retrofit a ListView looks like the harder path to take. On Wednesday, December 12, 2012 10:24:14 AM UTC+2, Dmitriy F wrote: > > I've tried using the library - it crushes when in onPause state. If I knew > I would be able to achieve something with rewriting the code, I would go > for it, but again - not sure if I can - can't waste time really. > > среда, 12 декабря 2012 г., 11:58:30 UTC+4 пользователь Piren написал: >> >> 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

