I have just started Android application development, I have develop the application of Google map and added the marker on Google map after following this tutorial.
http://mobiforge.com/developing/story/using-google-maps-android
Now I want to blink the marker on Google map, please give the direction so that I can blink the marker on Google map.
From API point of view this is not possible but there might be a workaround that should work I am not sure if it works but theoretically it must
Create a Thread that must redraw the marker at some interval 1sec and change the image alternatively in code where you draw the marker like red image first then greeen and so on