项目作者: JustForFunDeveloper

项目描述 :
A Smart Home Gate App to open your gate automatically
高级语言: Java
项目地址: git://github.com/JustForFunDeveloper/GeoDoor_App.git
创建时间: 2018-09-16T19:17:11Z
项目社区:https://github.com/JustForFunDeveloper/GeoDoor_App

开源协议:

下载


GeoDoor App

This is a program used to smart up your garage door or yard gate.
The GPS signal checks your position and calculates the distance to your configured gate position.
If your x meter away from your entrance the app will send an open command to the connected GeoDoor Server.
The GeoDoor Server will then open your connected gate.

Libraries












Issues


Releases!

Find the latest release on GitHub =>
Release

Or in the Google App Store =>
GeoDoor

Pictures



Short description of the used libraries and techniques

This app uses the following components:

  1. ViewModel and LiveData from androidx.lifecycle
  2. SqLite Database with androidx.room
  3. Google Maps from play-services-maps
  4. Google Location from play-services-location
  5. Auto Value from com.google.auto.value
  6. Auto Value Parcel from com.ryanharter.auto.value
  7. Retrofit2 from com.squareup.retrofit2