applm / ma-components

Android library with some Widgets and handy pieces of code I have developed
Other
161 stars 220 forks source link

How to disable reflection? #11

Open pangminfu opened 9 years ago

pangminfu commented 9 years ago

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

applm commented 9 years ago

Well you can delete all code regarding reflection from component.

applm commented 9 years ago

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.