nirhart / ParallaxScroll

Parallax ScrollView and ListView for Android
MIT License
848 stars 187 forks source link

No ParallaxEffect in ListView with API Level 8 #4

Closed felixWackernagel closed 10 years ago

felixWackernagel commented 10 years ago

I test your sample project and i see no parallax effect on both ListView examples with Android 2.2 (API Level 8). This is a common problem because i see it in every library for parallax effects.

no_parallax (ListView example without effect)

with_parallax (ScrollView example with effect)

nirhart commented 10 years ago

Fixed - https://github.com/nirhart/ParallaxScroll/commit/02960850bdd786f102915b068dcf32bb00ecb065

felixWackernagel commented 10 years ago

Thank you for the quick fix. It's looks really nice and i will use it in some of my projects.

Best regards. Felix

Am 24.03.2014 18:10, schrieb Nir Hartmann:

Closed #4 https://github.com/nirhart/ParallaxScroll/issues/4.

— Reply to this email directly or view it on GitHub https://github.com/nirhart/ParallaxScroll/issues/4.

rendecano commented 10 years ago

Hi,

First of all, thank you for this wonderful library.

Just want to reopen this one, it seems that its not working on devices running on 2.3 (GB)?

I tried changing the flag isAPI9 on ParallaxListView.java to make it HONEYCOMB and it works but the list is very slow/sluggish. :)

Thanks and regards,

Ren Decano

rendecano commented 10 years ago

Hi,

First of all, thank you for this wonderful library.

Just want to reopen this one, it seems that its not working on devices running on 2.3 (GB)?

I tried changing the flag isAPI9 on ParallaxListView.java to make it HONEYCOMB and it works but the list is very slow/sluggish. :)

Thanks and regards,

Ren Decano