I have a OnTouchListener
which uses onFling() to determine when user is flinging/swiping the view. now I would like to animate the background of the view according to current x
position of onTouch()
, how can I accomplish this?
Exmaple gif:
This blog is all about Android development and problems\solutions
I have a OnTouchListener
which uses onFling() to determine when user is flinging/swiping the view. now I would like to animate the background of the view according to current x
position of onTouch()
, how can I accomplish this?
Exmaple gif:
0 comments:
Post a Comment