Android Question Creating an app using background services and notifications

AlexOZ

New Member
Licensed User
Longtime User
Hi, has anyone created a mobile app sending location via url call from a background service. I also need to support a notification service like firebase or one signal. Any thoughts? Thanks
 

DonManfred

Expert
Licensed User
Longtime User
You can send any data from a Service.
You can show notifications using FirebaseMessaging.

Search the forum: there are Tutorials about background Services. And even getting Location and Firebase Notifications.
 
Upvote 1
Top