문제

Im working on an app that asks the user to input 5 words. I would like the app to notify the user if someone in the same vicinity has any words that match with the user. I was wondering whats the best way to go about this. Im not sure about bluetooth because I believe it requires the user to manualy make a connection with the other user. I was thinking of maybe uploading the users gps location and comparing it with other users. To be honest I have no idea how to go about this. Thanks for the help!!!

도움이 되었습니까?

해결책

Have all devices communicate their location and "words" to a shared webservice. The webservice can then report back whether their are matches in the vicinity. Don't get distracted by fancy nfc/wifi/bt ideas if you don't need to :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top