Skip to content

A Simple Android App to calculate volume of different shapes.

Notifications You must be signed in to change notification settings

CGreenP/Volume-Calculator-App

Repository files navigation

Volume-Calculator-App

A Simple Android App to calculate volume of different shapes.

Inspired by the Udemy course on The Complete Android 15 Course -Build 82 Apps [Java& Kotlin] Created by Abbass Masri.

Understood and Implemented concepts-

  • Android Components
    • Activity
      • State Changes
        • onSaveInstanceState(@NonNull Bundle outState)
  • Use of Intent
    • Explicit Intents
  • Static User Interface
    • Views & Widgets
      • TextView
      • EditText
      • Button
        • setOnClickListener()
    • ViewGroup
      • ConstraintLayout
    • GridView Layouts
      • Custom GridView Adapter
      • getView() Method
      • Layout Inflater
      • View Holder Class
  • Model Class
  • UI Resources
    • Drawables
      • Set particular image as background
  • Support User Interface
    • Toast

Output Screenshot-

Output Video-

Screen_recording_20240802_183904.mp4