0
我有使用java彈簧技術開發的web應用程序。現在我想將其擴展到android設備,這需要我獲取android設備的當前位置。有人能指導我如何前進嗎?在我的web應用中獲取android GPS位置
根據我的理解,Web應用程序將不得不向Android發送通知,然後Android客戶端將不得不使用經度和長度信息向Web應用程序發送消息。
但是,如何在這裏向android客戶端發送通知?
我有使用java彈簧技術開發的web應用程序。現在我想將其擴展到android設備,這需要我獲取android設備的當前位置。有人能指導我如何前進嗎?在我的web應用中獲取android GPS位置
根據我的理解,Web應用程序將不得不向Android發送通知,然後Android客戶端將不得不使用經度和長度信息向Web應用程序發送消息。
但是,如何在這裏向android客戶端發送通知?
您可以使用Android Cloud to Device Messaging Framework發送請求從服務器到android手機。檢查this鏈接。此外,以下問題的答案可能對您有所幫助:Two way communication between android and Server和Android: How to periodically send location to a server。
您可以在Android中使用內置GPS類,請檢查此鏈接http://www.androidhive.info/2012/07/android-gps-location-manager-tutorial/ –
查看[此鏈接](http: //stackoverflow.com/a/16371874/2310673)獲取當前經緯度和Android設備 – bakriOnFire