Now I'm going crazy. Thought about it, thought about some kind of IDE error. Maybe I'm blind and can’t see anything ... but everything was fine just an hour ago. I commented on all the code and am not going to compile it.
public class CityExplorerPoi extends Activity { private POI displayedPOI = null; private MediaPlayer mPlayer; enum audioState { Idle,
This code has a compiler error in the line marked ERROR, which indicates a syntax error on the token ";", expected
With the enum declaration, I tried to do without; after}. Tried to put; after the last record (PlaybackCompleted) and still nothing ???
Any ideas? What I miss: (
Dusko source share