EsraaAkram / bmi-calculator

⚖️ A simple bmi calculator primarily built with the intention of deepening understanding and practical experience with the Canvas API.

Home Page:https://amsavarthan.dev/bmi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub license ktlint

BMI Calculator ⚖️

A simple bmi calculator application made using Jetpack compose. This was primarily built with the intention of deepening understanding and practical experience with the Canvas API.

https://medium.com/towardsdev/taking-screenshot-of-a-composable-composable-to-bitmap-4ca1db29bb51

Get the latest app from Playstore 👇

BMI Calculator

Screenshots 📸

Circular Scale Scale Result

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more..
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • Jetpack Compose - Jetpack Compose is Android’s recommended modern toolkit for building native UI.
    • Stateflow - StateFlow is a state-holder observable flow that emits the current and new state updates to its collectors.
    • Flow - A flow is an asynchronous version of a Sequence, a type of collection whose values are lazily produced.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.

Package Structure 📦

bmi.calculator.amsavarthan.dev         # Root Package
├── domain                     
│   ├── models                 # Model classes
│   ├── repository             # Interfaces               
└── presentation      
    ├── components             # Reuseable composables  
    ├── destination           
    ├── ui.theme   
    └── utils

🧰 Build-tool


📩 Contact

DM me at 👇


License 🔖

MIT License

Copyright (c) 2023 Amsavarthan Lv

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

⚖️ A simple bmi calculator primarily built with the intention of deepening understanding and practical experience with the Canvas API.

https://amsavarthan.dev/bmi


Languages

Language:Kotlin 100.0%