views:

155

answers:

0

I have 27 drawables in my res folder. I want my TextView to have its background and text changed while the user scrolls vertically(both up and down).And i want this feature to carry on forever until and unless the user terminates the app manually.

What scroll event i will use here in Android? Can somebody give me a code example please? Thanks.