Skip to content

An Android application demonstrating smooth animations and transitions in UI using Android Studio. Includes modern animation techniques for an enhanced user experience.

Notifications You must be signed in to change notification settings

RAHULPATEL2002/App_Animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Animation

Overview

This is a simple Android application that demonstrates various animation effects such as translation, alpha (fade), rotation, and scaling on a TextView using AnimationUtils.

Features

  • 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.

Tech Stack

  • Language: Java
  • IDE: Android Studio
  • XML & Java: For UI and functionality

Installation & Setup

  1. Clone the repository:
    git clone https://github.com/RAHULPATEL2002/App_Animation.git
  2. Open the project in Android Studio.
  3. Build and run the application on an emulator or a physical device.

File Structure

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

Usage

  1. Click the Translate button to see the text move.
  2. Click the Alpha button to see the text fade.
  3. Click the Rotate button to rotate the text.
  4. Click the Scale button to change the text size.

Screenshot

WhatsApp Image 2025-02-20 at 23 42 28_6c250be1

WhatsApp Image 2025-02-20 at 23 42 29_11d5d883

WhatsApp Image 2025-02-20 at 23 42 29_a6f86035

Author

Rahul Patel


Feel free to contribute by submitting pull requests or reporting issues!

About

An Android application demonstrating smooth animations and transitions in UI using Android Studio. Includes modern animation techniques for an enhanced user experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages