jeremy-wenzel / Tap-Tap-Tap

A speed typing game for Android
1 stars 0 forks source link

Have a back button #24

Open jeremy-wenzel opened 8 years ago

jeremy-wenzel commented 8 years ago

Need to have our own back button for navigation so that the user isn't relying on their own back button.

jeremy-wenzel commented 8 years ago

Added the all activities except HighScoreActivity and SettingActivity. These are special activities because they don't implement AppCompactActivity. This is important because currently we can only get the ActionBar through getSupportActionBar() which is method specific to AppCompactActivity. If you didn't know, most activities extend AppCompactActivity which is meant to support as many devices as possible.