This is my first Android app as an assignment for the course "Mobile Programming with Native Technologies" at OAMK.
This BMI Calculator Android app is a simple tool designed to calculate Body Mass Index (BMI) based on user input of height and weight. It provides an easy-to-use interface for users to input their height in meters and weight in kilograms, and instantly receive their BMI result along with a corresponding message indicating their BMI category.
- Input fields for height and weight
- Real-time BMI calculation
- Android Studio IDE installed on your computer.
- Basic knowledge of Kotlin programming language.
Clone the repository from GitHub using the following command:
git clone https://github.com/Nguyen-Thi-HuyenK/BMI-Calculator.git
- Open Android Studio.
- Select "Open an existing Android Studio project."
- Navigate to the location where you cloned the repository and select the project folder.
- After opening the project, wait for the Gradle build to finish.
- Connect an Android device or use an emulator.
- Click on the "Run" button in the toolbar or select "Run > Run 'app'" from the menu.
- Choose your device/emulator and click "OK" to install and run the app.