Task 2 (Total 4m) 1. on the horizontal right to left scroll: decrement the year by the amount of scroll (i.e. distance)
Posted: Fri May 20, 2022 6:53 pm
Using the onScroll method
from GestureDetector.SimpleOnGestureListener
in ANDROID STUDIO,
complete Task
2: year is an integer value from an EditText.
Task 2 (Total 4m) 1. on the horizontal right to left scroll: decrement the year by the amount of scroll (i.e. distance) (2m) 2. on the horizontal left to right scroll: increment the year by the amount of scroll (i.e. distance) (2m)
from GestureDetector.SimpleOnGestureListener
in ANDROID STUDIO,
complete Task
2: year is an integer value from an EditText.
Task 2 (Total 4m) 1. on the horizontal right to left scroll: decrement the year by the amount of scroll (i.e. distance) (2m) 2. on the horizontal left to right scroll: increment the year by the amount of scroll (i.e. distance) (2m)