Hi I am a newcomer to this forum and am using java in Eclipse for Android programming. I have a method :-
private void turnOnRedLight(){
// Code to turn light on.....
}
When I call this from inside another 2nd method the light does not immediately become visble and only appears when the 2nd method exits. Is there any way to make the object visible immediately ??