Giter VIP home page Giter VIP logo

bluetoothsmartwristband's Introduction

Smart wristband bluetooth app


A smart wristband app designed for the visually impaired, connected to aurdino with H-05 Bluetooth Module, ultrasonic sensor measures distance and transmits data via bluetooth. If distance is so close this app will notificate to you.


Tech Stack

  • This project developed with %100 with Kotlin
  • This project developer with Compose
  • Made with Android Architecture Components for the Collection of libraries that help you design robust, testable, and maintainable apps.
  • ViewModel: The ViewModel class is a business logic or screen level state holder. It exposes state to the UI and encapsulates related business logic. Its principal advantage is that it caches state and persists it through configuration changes. This means that your UI doesn’t have to fetch data again when navigating between activities, or following configuration changes, such as when rotating the screen.
  • Kotlin CoroutineOn Android, coroutines help to manage long-running tasks that might otherwise block the main thread and cause your app to become unresponsive. Over 50% of professional developers who use coroutines have reported seeing increased productivity. This topic describes how you can use Kotlin coroutines to address these problems, enabling you to write cleaner and more concise app code.
  • Dependency Injection with Hilt: Hilt is a dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project. Doing manual dependency injection requires you to construct every class and its dependencies by hand, and to use containers to reuse and manage dependencies.
  • Kotlin KSP: Kotlin Symbol Processing (KSP) is an API that you can use to develop lightweight compiler plugins
  • Repository: This located in data layer that contains application data and business logic.

Architecture

This app uses MVVM (Model View View-Model) architecture structure.

Api Structure

  • Data: The data layer holds the data related stuff and implements the interfaces in the domain layer.
  • Di: The di layer hold the class and objects for the dependecy injection.
  • Domain: The domain layer hold the use-cases and skeleton of the app structure(Interfaces, etc.).
  • Presentation: The presentation layer hold the all of things related by ui.

License

Designed and developed by 2024 ErenMlg (Eren Mollaoğlu)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

End Note

I may have mistakes, you can contact me for your feedback. 👉 📫 [email protected]

bluetoothsmartwristband's People

Contributors

erenmlg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.