Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulrehmannazar/backgroundlocation
BackGround Location using Compose, Foreground Service and permissions
https://github.com/abdulrehmannazar/backgroundlocation
android background-location background-location-tracker background-location-tracking background-service foregroundservice googlelocationservices jetpack-compose permission-android
Last synced: about 2 months ago
JSON representation
BackGround Location using Compose, Foreground Service and permissions
- Host: GitHub
- URL: https://github.com/abdulrehmannazar/backgroundlocation
- Owner: AbdulRehmanNazar
- License: apache-2.0
- Created: 2024-05-06T11:24:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T07:58:35.000Z (8 months ago)
- Last Synced: 2024-05-29T20:36:49.506Z (8 months ago)
- Topics: android, background-location, background-location-tracker, background-location-tracking, background-service, foregroundservice, googlelocationservices, jetpack-compose, permission-android
- Language: Kotlin
- Homepage:
- Size: 7.85 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.9.23-blue.svg?style=flat-square)](http://kotlinlang.org/)
[![Gradle](https://img.shields.io/badge/Gradle-8.2.0-blue.svg?style=flat-square)](https://developer.android.com/build/releases/gradle-plugin)
[![API](https://img.shields.io/badge/Min%20SDK-24%20[Android%207.0]-blue.svg?style=flat-square)](https://github.com/AndroidSDKSources/android-sdk-sources-list)
[![Target SDK](https://img.shields.io/badge/Target%20SDK-34%20[Android%2014]-blue.svg?style=flat-square)](https://developer.android.com/about/versions/13)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0)
[![Android Studio](https://img.shields.io/badge/Android-Studio-Jellyfish)](https://developer.android.com/studio/preview)# BackGround Location application
Advanced tech application design and development using JetPack Compose, ForeGround Service to get location-even applications in the background on Android 10 and above.## Notification Screenshot
Here is YouTube link:
https://youtube.com/shorts/nR5pZA7Ktzs
## Author:# From Android 10, the item "Allow only while using the app" has been added to the selection items on the app settings screen.
If **"Allow only while using the app"** is checked, location information in the background will not be performed.
## License:
Copyright 2024 Abdul Rehman Nazar
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 athttp://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.