Skip to content

Motion detector is the library that trigger updates once freefall motion events detected. #Accelerometer #Room #co-routines

Notifications You must be signed in to change notification settings

DreamzUpAbove/FreefallSensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

FreefallSensor

Introduction

This is a repository contains sample code for my experiments with Accelerometer Sensor for Android. This helps to understand android best practices to improve your application performance including seamless UI experience, efficient background processing.
Motion detector is the library that trigger updates once freefall motion events detected. included sample application to list the recorded events using Room persitant library

Prerequisites

In order to be successful using these code, expect minimum knowledge in :

1.  Android Studio, Kotlin, and Android development.

Requirements

Apart from that, here is what you will need:
* Android Studio 3.0 or above.
* Android SDK with Android platform version 26 (Android 8.0) or above, else update the gradle file accordingly.

Getting Started

1. Clone this repository onto your computer: `git clone https://github.com/DreamzUpAbove/FreefallSensor.git`
2. Open Android Studio
3. Either press "Open an Existing Android Studio Project" or click File > Open...
4. Choose the project FreefallSensor location
5. Wait for the Gradle execution to complete. You should see "app" appear as one of the build configurations
6. Run the application (Run > Run 'App'), choose either a connected device or a simulator to run on

Contributing

I wholeheartedly welcome suggestions and improvements to my code. Feel free to

1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -m 'Add some feature')
5. Push your branch (git push origin my-new-feature)
6. Create a new Pull Request

Authors

* **Ragunath** - [DreamzUpAbove](https://github.com/DreamzUpAbove) 

License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

Acknowledgments

* Inspired from https://codelabs.developers.google.com/

About

Motion detector is the library that trigger updates once freefall motion events detected. #Accelerometer #Room #co-routines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages