Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable reflection? #11

Open
pangminfu opened this issue Jan 20, 2015 · 2 comments
Open

How to disable reflection? #11

pangminfu opened this issue Jan 20, 2015 · 2 comments

Comments

@pangminfu
Copy link

I want to disable reflection to reduce memory usage to prevent outof memory error

@applm
Copy link
Owner

applm commented Jan 20, 2015

Well you can delete all code regarding reflection from component.

@applm
Copy link
Owner

applm commented Jan 20, 2015

In general I am not planning to maintain this component in the future. Its view recycling, layout and drawing order code uses some hacks which don't work reliably on newer versions of android anymore.
Also inheriting from EndlessLoopAdapterContainer proved to be major drawback for implementing lots of user request here. In future it would be best to take graphics transformation code from the CoverFlow and apply it on CarouselWidget to create new and up to date widget.

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

No branches or pull requests

2 participants