Facebook
From Insensitive Mosquito, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 212
  1.  if (id == R.id.action_settings) {
  2.             Intent intent = new Intent(this, SettingsActivity.class); //to drugie activity to SettingsActivity
  3.             startActivity(intent);
  4.             return true;
  5.         }