I am having some trouble using the android crossfading views. I\'m trying to crossfade between 2 pictures back and forth. I can load the image, but once I hit the crossfade butt
When you declare the onClick attribute in xml, the corresponding method in the Java code needs to have a certain signature. Change:
onClick
private void crossfade()
to:
public void crossfade(View v)