Snippets

cutiko Custom Back Button functionality

Created by cutiko

File onBackPressed.java Added

  • Ignore whitespace
  • Hide word diff
+@Override
+public void onBackPressed() {
+/*Dependeing on what you are doing you maybe need this*/
+/*super.onBackPressed();*/
+
+	if (/*something*/)  {
+		//this will happen
+	} else {
+		//normal backbutton functionality
+		finish();
+	}
+}
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.