Project : The Path Game
Requirement: Implement swipe (up,down,left & right) action on the a specific layout.
When users swipes on the layout(in red) the header tile moves in the direction of swipe.
Solution:
Create a View.OnTouchListener set it as the on touch listener for the required layout.
No comments:
Post a Comment