views:

39

answers:

1

This is what I want to achieve. When ever a user taps at any point on the screen, I would like to show an image at that point for say 2 seconds. Is it possible ?

A: 

Hi

you can use Absolute layout but it is deprecated and not recommended to use because it won't give the same reults with different screen resolutions

http://android-pro.blogspot.com/2010/02/absolute-layout.html

you can check the relative layout as a substitute

http://android-pro.blogspot.com/2010/02/absolute-layout.html

thanks

Mina Samy