We are currently developing a simple arcade game for Android, and we are interested in adding some visual effects to it. Like fading or appearing animations, and so on. Is there an easy way to do this without OpenGL, for example, just using some enhancements for ImageView?
source
share