Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Adapter problem #53

Closed
tasomaniac opened this issue Jan 30, 2013 · 1 comment
Closed

Adapter problem #53

tasomaniac opened this issue Jan 30, 2013 · 1 comment

Comments

@tasomaniac
Copy link

I think you should have use and extend PagerAdapter to use in FlipView. BaseAdapter is for like lists and dropdowns. I had an app with viewpager and tried to change it to FlipView but it was very hard to do.

If you do it with PagerAdapter it would be more consistant because FlipView is really like another way of implementation of viewpager.

@openaphid
Copy link
Owner

I acknowledge your concern, but the initial design was to minimize dependencies. Since PagerAdapter was ruled out as it's a part of Android support library.

And other Android UI widgets go with the same strategy too, i.e. https://github.com/pakerfeldt/android-viewflow

It's possible to add PagerAdapter support, but I'm afraid I'm not available for this task in these days. (Blog post)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants