简体   繁体   English

如何在android php和mysql中使用gps保存位置和天气详细信息?

[英]how to save location and weather details using gps in android php and mysql?

I am new in android programming.我是android编程的新手。 i want to save location and weather details in database.Here i want to capture location from mobile number.我想在数据库中保存位置和天气详细信息。在这里我想从手机号码中获取位置。 and from location capture weather details from location details并从位置从位置详细信息捕获天气详细信息

First Set an Mobile Number Based Registeration for Your Application首先为您的应用程序设置基于手机号码的注册

Then get The Location Details .然后获取位置详细信息。 refer this 参考这个

Then Store the Location Along With Phone Number he Logged in with.然后将位置与他登录的电话号码一起存储。 Refer this 参考这个

Then With ThirdParty WebServices you can Get Weather Based on GeoPosition.然后使用第三方 Web 服务,您可以根据 GeoPosition 获取天气。

to find location use google location api client查找位置使用谷歌位置api客户端

to find wether integrate third party libary eg accuweather查找是否集成第三方库,例如accuweather

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用我在Android中的GPS位置检索存储在mysql数据库中的最近位置 - How to retrieve nearest place stored in mysql db using my gps location in android MySQL - PHP 地理定位:如何知道 gps 位置属于哪个区域 - MySQL - PHP geolocation: how to know to which area a gps location belongs 如何使用php中的dropzone上传文件,将文件详细信息保存到mysql数据库 - how to upload a file,save file details to mysql database using dropzone in php 如何使用PHP POST方法从Android应用正确将gps数据上传到XAMPP MYSQL? - How to properly upload gps data from android app to XAMPP MYSQL using PHP POST Method? 如何在 php/mysql 系统上保存“离线”登录的登录详细信息 - How to save login details for "offline" login on a php/mysql system 如何使用带有 JS 或 PHP 集成的 HTML 按钮将网站的联系方式保存到 android 或 iphone? - How to save contact details from a website to an android or iphone using HTML button with JS or PHP integration? 从GPS获取当前标记位置并保存到mySQL - Get current marker location form GPS and save to mySQL Android:如何将设备GPS位置存储到数据库? - Android: How to store device GPS location to database? PHP MySQL从GPS获取半径用户位置中的位置 - PHP MySQL get locations in radius user's location from GPS php触发android应用发送其gps位置 - php triggers android app to send its gps location
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM