Giter VIP home page Giter VIP logo

stepy's Introduction

STEPY

Open source step counter

Project explanation

This project saves your steps, calories burned and mileage calculation of steps taken on the local server, allowing you to monitor weekly without transmitting your data to the outside and lead a healthy life.

You can examine this project thanks to its open source structure and learn where and how the data is kept.

Project features

  • Jetpack
    • Flow : Flow is conceptually a stream of data that can be computed asynchronously.
    • View Binding: View binding is a feature that allows us to more easily write code that interacts with views.
  • MVVM with Clean architecture
  • Hilt for dependency injection
  • Navigation Components
  • Firebase Crashlytics
  • Firebase Analytics
  • DataStore
  • Room

Project structure

This project is written with MVVM architecture.

While the step data in this project is stored in the room, temporary and short data are stored in the data store preferences.

This picture will help you understand :

  • ROOM : This component helps us to perform operations on SQLITE server in an organized and fast manner.
  • DATASTORE : This component stores small data snippets as key-data.
  • REPOSITORY : This layer is an interface for reading and writing application data.
  • USECASE : This part creates a central layer to facilitate data management and ensure the independence of application layers.
  • SERVICE : This service component runs long running processes in the background.
  • VIEWMODEL : This component is used to hold and manage UI data and state.
  • FRAGMENT : This component is part of the basic user interface.

Note : The service file is not included in the github repository to prevent the project from being used for commercial purposes.

Project UI

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.