Skip to content

Android application which demonstrates different animation types.

License

Notifications You must be signed in to change notification settings

vlmaier/android-animations

Repository files navigation

Android Animations

Android Animations is a demo application I have developed back in 2015 that allows Android users to see different types (frame, tween and property) of animations using ObjectAnimator, AnimationDrawable and AnimationUtils classes.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Android Studio
  • You have created a Virtual Device using Device Manager or you have a Physical Device connected to your machine and ready for development (Run apps on a hardware device).

Installing

To install Android Animations, clone this repository with following command:

git clone git@github.com:vlmaier/android-animations.git

Using

To use Android Animations, follow these steps:

  • Open the cloned repository with Android Studio
  • Run ./gradlew build
  • Run the app (⌃ R on macOS)

Contributing

To contribute to Android Animations, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <branch_name>
  5. Create a pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contact

If you want to contact me you can reach me at vladas.mr@gmail.com.

License

This project uses MIT License.