Objective: create a Score Keeper app which gives a user the ability to keep track of the score of two different teams playing a game of your choice.
This project is about combining various ideas and skills we’ve been practicing throughout the course. They include:
- Adding button code to your app
- Updating views
- Properly scoping variables
- Finding views by their ID
-
What should be in my .gitignore for an Android Studio project
-
How to set entire application in portrait mode only - Note: I used ActivityInfo.SCREEN_ORIENTATION_NOSENSOR
-
Android Studio Plugins: CodeGlance, Key promoter, Markdown Navigator, Material Theme UI, WIFI ADB ULTIMATE
Need to work more on proper XML naming as suggested in the mentor review.