0
votes
4answers
382 views

Android visual effect on touch on a activity

I'm working on an Android app and I want to add some eyecandy to the UI. I have an activity (let's call it MainActivity) which has some text fields, buttons and a gallery on it. What I would like to ...
0
votes
2answers
420 views

UIButton + XIB subviews = no highlight

I have a UIButton and this button load a subview from a xib. Everything is drawn fine and the delegate method is called correctly but there's no highlight effect. I have everything on the xib set as ...
0
votes
1answer
953 views

Android Touch Animation Effect

I would like to create an animation effect whenever the user touches the screen with their finger in my android app. Whenever they touch the screen at a certain coordinate I would like it to appear ...