This is a simple Android application that demonstrates various animation effects such as translation, alpha (fade), rotation, and scaling on a TextView using AnimationUtils.
- Translation Animation: Moves the text from one position to another.
- Alpha Animation: Fades the text in and out.
- Rotation Animation: Rotates the text around its center.
- Scaling Animation: Increases or decreases the size of the text.
- Language: Java
- IDE: Android Studio
- XML & Java: For UI and functionality
- Clone the repository:
git clone https://github.com/RAHULPATEL2002/App_Animation.git
- Open the project in Android Studio.
- Build and run the application on an emulator or a physical device.
App_Animation/
├── app/
│ ├── src/
│ │ ├── main/
│ │ │ ├── java/com/example/appanimation/MainActivity.java
│ │ │ ├── res/
│ │ │ │ ├── anim/
│ │ │ │ │ ├── move.xml
│ │ │ │ │ ├── alpha.xml
│ │ │ │ │ ├── rotate.xml
│ │ │ │ │ ├── scale.xml
│ │ │ │ ├── layout/activity_main.xml
│ │ │ │ ├── values/strings.xml
│ ├── AndroidManifest.xml
- Click the Translate button to see the text move.
- Click the Alpha button to see the text fade.
- Click the Rotate button to rotate the text.
- Click the Scale button to change the text size.
Rahul Patel
Feel free to contribute by submitting pull requests or reporting issues!


