If i click fast to my button in my Android app, it seems that code behind it runs twice. If i click my menu button twice the activity that has to be launch onclick just star
This solves the issue of multiple Instances of activity, and still play the default animation
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);