M
M
matveyboyko2018-01-31 11:26:13
Android
matveyboyko, 2018-01-31 11:26:13

Want to write an Android app?

When the application is installed on several devices and they (devices) fall within a distance of less, for example, 10m from each other, a graphical and sound notification is produced.
How to implement this, ideas?
Apparently, we need a remote server where coordinates from applications will be sent. Will they compare in some way?
Are there ready-made solutions? I have basic knowledge in writing simple applications for this OS.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Chvarkov, 2018-01-31
@KuSu

I see it like this:
1) Request permission to get coordinates
2) Start the service and constantly get coordinates
3) Send coordinates to the server
4) If the coordinates on the server are close to each other, send push to both devices
5) Receive push on the device and inform the user

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question