Skip to content

An Android app for converting blood sugar values between mmol/L and mg/dL, with personalized user inputs and results.

Notifications You must be signed in to change notification settings

adityajanjanam/BloodSugarLevelConverterApp

Repository files navigation

# BloodSugarLevelConverter

BloodSugarConverter is an Android app designed to help users easily convert blood sugar values between the two most common units: **mmol/L (millimoles per liter)** and **mg/dL (milligrams per deciliter)**. It also provides additional features like tracking user details and exercise levels, and displays the results in a user-friendly manner.

## Features

- **Blood Sugar Conversion:** Converts blood sugar values between mmol/L and mg/dL.
- **User Information Input:** Collects and stores user details such as name, age, gender, and exercise level.
- **Shared Preferences:** Saves user input data for future retrieval.
- **Unit Selection:** Users can select their blood sugar measurement unit (mmol/L or mg/dL).
- **WebView Integration:** Optionally loads external diabetes resources in a WebView.
- **Simple and Intuitive UI:** User-friendly interface for easy interaction.

## Screenshots
*Include screenshots of the app (if applicable)*

## Installation

1. **Clone the repository:**
   ```bash
   git clone https://github.com/adityajanjanam/BloodSugarLevelConverterApp.git
  1. Open the project in Android Studio:

    • Open Android Studio.
    • Click on File > Open and select the cloned project.
  2. Build the project:

    • Ensure you have all necessary SDKs installed.
    • Build the project in Android Studio (Build > Make Project).
  3. Run the app:

    • You can run the app on an Android device or emulator by clicking the Run button in Android Studio.

Usage

  1. Enter your details:

    • Enter your name, age, gender, and exercise level.
  2. Input blood sugar level:

    • Enter your blood sugar value and select the unit (mmol/L or mg/dL).
  3. Convert:

    • Tap the "Convert" button to see your blood sugar value in the other unit.
  4. View result:

    • The converted value, along with other user details, will be displayed on the result screen.

Contributing

  1. Fork the repository.
  2. Create a new feature branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or suggestions, feel free to reach out at:

About

An Android app for converting blood sugar values between mmol/L and mg/dL, with personalized user inputs and results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages