Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的目标是用智能手机扫描二维码,解码数据,然后将数据和手机的当前位置发送到电子邮件地址或用于数据库存储的网站表单。
我找到了可以扫描、解码和发送电子邮件的应用程序……但不能检索位置信息……
任何指导表示赞赏。
使用Android zxing库扫描二维码。我在多个项目中使用过,它非常有用。通过启用 GPS 可以轻松获取智能手机位置。
您可以使用 ZXing 库扫描 QR 码并使用操作系统的位置 API 获取用户的位置。