An open API service indexing awesome lists of open source software.

https://github.com/ifr0z/loctrackcar

LocTrackCar is a service that will always and at any time show the location of your car. If you forgot where you left your car, the app will determine the location and pave the way. And also, if you need to pick up your car at a certain time, the app will undoubtedly remind you about it. All this and much more awaits you in the LocTrackCar app.
https://github.com/ifr0z/loctrackcar

android android-application free jetpack jetpack-android kotlin kotlin-android location openapp opensource yandex-mapkit yandex-maps

Last synced: about 2 months ago
JSON representation

LocTrackCar is a service that will always and at any time show the location of your car. If you forgot where you left your car, the app will determine the location and pave the way. And also, if you need to pick up your car at a certain time, the app will undoubtedly remind you about it. All this and much more awaits you in the LocTrackCar app.

Awesome Lists containing this project

README

        

# LocTrackCar

[![API](https://img.shields.io/badge/API-26%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=26)

Android приложение доступно на RuStore и на 4pda






Описание приложения
---

Главный и актуальный вопрос сейчас - Где Моя Машина? Теперь есть ответ! И мы поможем в этом!
LocTrackCar - это сервис, который всегда и в любое время покажет местоположение вашего автомобиля.
Если забыли, где оставили свою машину, приложение: определит местоположение, проложит путь.
А также если нужно забрать машину в определенное время, то приложение, несомненно, напомнит об этом.
Всё это и многое другое ждёт Вас в приложении LocTrackCar.

• Приложение LocTrackCar не использует надоедливую рекламу или платный функционал.

Версия: 9.5.0

---

Настройка
---
Данный проект построен на базе Яндекс Карт. Каждый может сделать что-то свое на основе моего решения, но было бы здорово совместно улучшать данный проект. У меня полно идей, но не знаю как их реализовать пока что. Мои соцсети указаны в профиле для общения, присоединяйтесь. Если есть вопросы, задавайте тут https://t.me/ifr0z

Прежде чем начать, изучите это руководство от Яндекса. Вы можете использовать мой ключ для подключения, но лучше завести свой на этом сайте.

---

Стек технологий
---

implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'

implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.activity:activity-ktx:1.9.3'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.room:room-runtime:2.6.1'
implementation 'androidx.room:room-ktx:2.6.1'
ksp 'androidx.room:room-compiler:2.6.1'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
implementation 'androidx.work:work-runtime:2.10.0'
implementation 'androidx.work:work-runtime-ktx:2.10.0'
implementation 'androidx.fragment:fragment-ktx:1.8.5'
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.5'
implementation 'androidx.navigation:navigation-ui-ktx:2.8.5'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'

implementation 'com.google.android.gms:play-services-location:21.3.0'
implementation 'com.yandex.android:maps.mobile:4.9.0-full'