I'm beginning android dev. I've start a lampe application
http://utrema.eu/android/app_android.html
my code http://utrema.eu/android/Lumiere.java
Now I will put a button when the touchscreen is active.
I do: in onTouchEvent
surface.drawBitmap(tmp,cx,cy,paint2);
ok that work, but I will do a fade out.
how could I do that?

