A couple questions about the back button (as seen on the emulator)...
Do all Android phones have the back button as a hard, tactile button?
If s
For 3: Yes.
@Override public void onBackPressed() { super.onBackPressed(); overridePendingTransition(R.anim.zoom_enter, R.anim.zoom_exit); }