Giter Club home page Giter Club logo

7-minutes-workout's Introduction

7 Minutes Workout

API Kotlin License

Easy to use exercise workout app based on modern Android application tech-stacks and MVVM architecture.

Features

  • Workout of 12 exercises (30 seconds each).
  • Play aloud the name of the exercise.
  • Screen to rest after each exercise (10 seconds).
  • Play a sound to indicate that rest for next exercise.
  • History of past workouts.
  • BMI Calculator with 2 units system (Metrics and US).
  • Spanish translation.

Tech Stack & Open-source libraries

  • Minimum SDK level 21.
  • Kotlin - official programming language for Android development.
  • Coroutines - for asynchronous programming.
  • Android Architecture Components - collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - data objects that notify views when the underlying database changes.
    • Data Binding - data objects to bind UI components in your layouts to data sources in your app.
    • ViewModel - stores UI-related data that isn't destroyed on UI changes.
    • Room - access your app's SQLite database with in-app objects and compile-time checks.
    • Lifecycle - components to perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
  • Navigation - interactions that allow users to navigate across, into, and back out from the different pieces of content within your app.
  • Fragment - represents a behavior or a portion of user interface in a FragmentActivity.
  • RecyclerView - for display a scrolling list of elements based on large data sets.
  • Material-Components - Material design components.

Architecture

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

Contribute

Awesome! If you would like to contribute you're always welcome!

License

Copyright 2020 Anibal Ventura

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.

7-minutes-workout's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

7-minutes-workout's Issues

Join an APK to the GitHub Release

Hi, I wanted to install this project from my phone but I couldn't find prebuilt links (Play Store, F-Droid) in the README.md nor in the Releases.

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.