[android-developers] What is the minimum android version that nearby could work on.

2016-12-06 Thread Nerox
Or does it run on all versions of android

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a2740f47-3723-4bf2-bd5e-8c167c37afa4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] What is the minimum android version that nearby could work on.

2016-12-05 Thread Nerox
https://developers.google.com/nearby/messages/overview
What is the minimum android version that nearby requires

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/30a6d541-a591-44e5-b279-5905ea9b03d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: What are my options

2016-12-05 Thread Nerox
But it does require internet connection right ? Is there something that would 
not ?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/04cb8230-86ba-4ef4-9037-5dfdc2727231%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: What are my options

2016-11-30 Thread Nerox
Is there a method that I would find the same of it in iOS ?
a method that would work on both android and iOS..

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/f8f0e919-8265-44ac-8960-5c21a293875f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] What are my options

2016-11-29 Thread Nerox


I am working on an app that makes sure all the members of a certain group 
are present in the same location as the group leader..

so the idea is that in the app there are groups that consist of members and 
a group leader, when the leader clicks on a certain button the app checks 
if each member in the group is present with the leader.

Here is how I thought of doing it, but don't know the tools I'll need or 
even if there is a better way of doing it.

When the group leader clicks on the button the app in each member's device 
will retrieve the X, Y by the GPS and calculate the distance between the 
leader's XY and his XY, if the distance is lower than 100 meters for 
example then the member is present.

But problem with that method is that everybody has to have a working 
internet connection and has to have the location service enabled.

I wanna know if there is another way of doing it like with the Wifi for 
example and what does it require and if there isn't what tools/functions 
will my idea require in order to make the app.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/046cc782-46b5-4542-ae9d-0dbdbd9730a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.