nirhart / ParallaxScroll

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

Returning to activity with parallax #55

Closed srowe0091 closed 8 years ago

srowe0091 commented 8 years ago

Hello, hopefully this is an easy fix. I setup the parallax and works as i want it to, but my listviews are linked so when you select one, a new activity shows showing more information. the problem is when i return back to the parallax scroll, its super buggy and jumps all over the place. In android studio the logs keep reading "gc_for_alloc freed" do you know how i can fix this or any suggestions would help as well. thanks

srowe0091 commented 8 years ago

i figured it out the problem, i was inflating and setting the adapter again on onResume, and thats what was causing it to behave weirdly