A simple Body Mass Index (BMI) Calculator built using Jetpack Compose and Kotlin. This app features an interactive user interface that allows users to input their height and weight, and it calculates their BMI in real-time.
Gender | Height & Weight | Result |
---|---|---|
- 📱 Interactive UI: The user can adjust their height and weight dynamically using sliders.
- 🧮 Real-time BMI Calculation: The app computes the BMI instantly as the user updates the input values.
- 🎨 Jetpack Compose UI: Built using Jetpack Compose, ensuring a modern and declarative UI experience.
- 📊 BMI Category Display: Based on the calculated BMI, the app categorizes the result (e.g., Underweight, Normal, Overweight, Obesity).
- Adjust the Height and Weight using the sliders or input fields.
- The app will calculate and display the BMI instantly.
- Based on the BMI value, it will show the corresponding category (e.g., Underweight, Normal, Overweight, Obese).