Activity movements on Android

0

I developed an application similar to 2048 and it is working seemingly well. But there's one detail that's bothering me.

1 - I have a screen (Activity) on the screen I have several buttons These buttons represent those pictures where the numbers appear in the 2048 game.

2 - When I am playing, the moves I make (I slide left, I slide right, up and down) are caught by the activity and are treated perfectly.

When the above-mentioned moves are started or completed at the top of the buttons, my activity does not capture the movement.

What can I do to resolve this?

    
asked by anonymous 05.11.2014 / 11:33

0 answers