Skip to content

This calculator project is a follow-up development assignment for the Android programming course, aimed at gradually enhancing the calculator's functionality.

Notifications You must be signed in to change notification settings

csning1998/SuperCalculator

Repository files navigation

Calculator App for Semester Project in Android App Development Course

This document outlines the required steps and environment configurations to ensure consistency and smooth collaboration for the Android project.


📋 Project Requirements

1. Git Setup

  • All team members must install Git on their local machines.
  • Please provide your Git account details to the project maintainer to be added to the private repository.

2. Android Studio Version

  • Ensure that your Android Studio is updated to the Ladybug version (do not use the older Koala version available on school computers).

3. JDK Configuration

  • Configure the JDK version in Android Studio to openjdk-17.

4. Android Virtual Device (AVD)

  • Set up your Android Virtual Devices to run on Android 14 (API Level 34).

5. Android Gradle Plugin (AGP)

  • The project's Android Gradle Plugin (AGP) version should be set to the latest release. Ensure your Gradle version is compatible with the latest AGP.

📚 Libraries

  • Jetpack Compose
    For building modern and responsive UIs.

  • Kotlin
    The primary language used for development.


🛠 Setup Instructions

  1. Clone the project repository:
    git clone <repository_url>
    cd <project_directory>
  2. Open the project in Android Studio Ladybug version.
  3. Confirm the following settings:
    • JDK version: openjdk-17
    • AVD version: Android 14 (API Level 34)
  4. Sync Gradle to ensure all dependencies and AGP configurations are properly set up.

❗️ Important Notes

  • Keep your Android Studio and project dependencies up to date to avoid compatibility issues.
  • If you encounter any setup-related problems, contact the project maintainer for assistance.

Happy coding!# SuperCalculator

About

This calculator project is a follow-up development assignment for the Android programming course, aimed at gradually enhancing the calculator's functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages