Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1.5 KB

README.md

File metadata and controls

31 lines (29 loc) · 1.5 KB

BMI Calculator Android app | Kotlin

This is my first Android app as an assignment for the course "Mobile Programming with Native Technologies" at OAMK.

Description:

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.

This is how the app looks like:

BMI Calculator

Features:

  • Input fields for height and weight
  • Real-time BMI calculation

Getting Started:

Requirements:

  • Android Studio IDE installed on your computer.
  • Basic knowledge of Kotlin programming language.

Clone Repository:

Clone the repository from GitHub using the following command:

git clone https://github.com/Nguyen-Thi-HuyenK/BMI-Calculator.git

Open Project in Android Studio:

  • Open Android Studio.
  • Select "Open an existing Android Studio project."
  • Navigate to the location where you cloned the repository and select the project folder.

Build and Run:

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