-
Clone this repository to create a local copy on your computer. In Android Studio, go to File -> New -> Project from Version Control -> GitHub and paste in
https://github.com/IntrepidPursuits/animation-exercise-android.git
-
Create a branch called
<your-name>/add-animations
git checkout -b <your-name>/add-animations
-
Download the animation movie files from the
animation_movies
folder in this repository and watch them. Add those animations to the app while preserving all functionality. You'll probably want to start with modifying the three methods marked by the TODOs inDetailActivity
andOverviewActivity
. -
Commit and push your branch up to Github
git add . git commit -m "Add animations" git push origin <your-name>/add-animations
-
Create a pull request on GitHub