Click here to Skip to main content
15,920,956 members

Comments by Member 12082587 (Top 5 by date)

Member 12082587 23-Oct-15 17:43pm View    
I want it to make specifically react to the scroll even though it might have a similar result. The reason being I'm trying learn and understand Java as best as possible, because I'm starting out.
Member 12082587 23-Oct-15 17:36pm View    
yeah but if I decided to just press with my finger and not scroll it would also display scroller, right?
Member 12082587 23-Oct-15 17:33pm View    
but set on touch is not the same as a scroll right?
Member 12082587 23-Oct-15 17:25pm View    
I tried looking at it but I was unable to implement. I just started coding so I think it's possible, I just don't know how to. I have been able to do this exercise but not coding it completely with java. I just followed the this tutorial from min:48. of https://www.youtube.com/watch?v=3ChYHpI2hHA.
Member 12082587 23-Oct-15 17:09pm View    
No I'm not actually trying to scroll anything up or down. I just want the text to change as a responsive to a scroll. So the app has a text and a button. First the text says "hello". If I click the button the text will display "good job manu" which works. I want it to display "Scroller" if I scroll which it does not. Does that clarify?