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
Add the following code snipet to your Activity definition in Androidmanifest.xml
android:launchMode = "singleTask"