Skip to content

JustForFunDeveloper/GeoDoor_App

Repository files navigation

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