how to prevent the activity from loading twice on pressing the button code example
Example: android java how to stop activity from opening twice programatically
intent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
intent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);