I have a custom ListView that scrolls down quite a bit. I want a background image that tiles and scrolls with the ListView.
I used the code from this answer but background images are jumpy in that at certain scrolling points the entire thing resets to what is currently the top of the viewable screen. I assume this is because of ListView optimization. How do I get around this if each item in the list has the same height? I don't need the image to load for nonexisting items, I just need the illusion of continuity.
Otherwise, tiling works just fine.