This is my result for the 2nd implementation of the simple calculator, it has the original code from the 1st implementation and some styles.
The following will give your repo two branches master will contain the buttons you added for the last lab addstyles will contain everything in master AND the styles you add today.
- Go to your fork of the original caluclator
- Clone your fork onto your computer
- Create a branch ex: addstyles
git branch addstyles;git checkout addstyles
- Make your style/theme changes, using this code as an example, my slide decks and https://developer.android.com/guide/topics/ui/look-and-feel/themes.html
- As you modify and test be sure to :
git add .
git commit
git push origin addstyles
- Fork the repository, there should be a fork button on the upper right hand side of this page.
- Open it as an existing project in android studio or other IDE.
- Run it on an AVD or a real device.
- & 5. as for updating your calculator