Skip to content

Latest commit

Β 

History

History
122 lines (96 loc) Β· 3.67 KB

File metadata and controls

122 lines (96 loc) Β· 3.67 KB

πŸ“± MAD Assignment 2025 – Android Projects in Java

A complete collection of 5 Android apps built in Java, showcasing key Android concepts like unit conversion, theme switching, Lottie animation, Firebase Google Sign-In, and a photo gallery with camera access.


πŸ“ Folder Structure

MAD_Assignment_2025/
β”œβ”€β”€ Q1_UnitConverter/           # πŸ“ Unit Converter App
β”œβ”€β”€ Q2_ThemeSettings/           # πŸŒ™ Theme Toggle App (Dark/Light)
β”œβ”€β”€ Q3_LottieAnimation/         # 🎞️ Lottie Animation Viewer
β”œβ”€β”€ Q4_GoogleAuth/              # πŸ” Google Sign-In with Firebase
β”œβ”€β”€ Q5_PhotoGallery/            # πŸ“Έ Camera + Gallery App
└── ui_elements/                # πŸ“Έ All screenshots and demo video

βœ… Q1: Unit Converter App

  • Convert between Feet, Inches, Centimeters, Meters, Yards
  • Clean and responsive UI
  • πŸ“² Download APK


βœ… Q2: Theme Settings App

  • Toggle between Light & Dark Mode
  • Persistent theme using SharedPreferences
  • Dynamic settings icon changes by theme
  • πŸ“² Download APK


βœ… Q3: Lottie Animation App

  • Smooth playback of Lottie animation from res/raw
  • Uses LottieAnimationView
  • πŸ“² Download APK

βœ… Q4: Google Sign-In App

  • Login via Google using Firebase Authentication
  • Displays user name/email after login
  • Sign-out revokes access to force account picker next time
  • πŸ“² Download APK


βœ… Q5: Photo Gallery App

  • Capture photos using camera
  • Browse images from folder in grid view
  • Tap an image to view:
    • File name
    • Size
    • Path
    • Date
  • Delete image with confirmation
  • Option to select a whole folder and load images
  • Multi delete image functionality
  • πŸ“² Download APK


πŸ“¦ APKs Included

Each folder contains its respective .apk file for installation and testing:

Q1_UnitConverter/UnitConverter.apk
Q2_ThemeSettings/ThemeSettings.apk
Q3_LottieAnimation/LottieAnimation.apk
Q4_GoogleAuth/GoogleAuth.apk
Q5_PhotoGallery/PhotoGallery.apk

πŸ™‹β€β™‚οΈ Author

Kritavya Patel
πŸ“§ kritavyapatel999@gmail.com
πŸ’» GitHub: @Kritavya
πŸ“Έ Instagram: @kritavya
πŸ”— LinkedIn: Kritavya Patel